mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-10-16 17:50:38 +00:00

With the I/O rework for hd64461 we're down to a single header, so move it by itself and get rid of the directory. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
11 lines
190 B
C
11 lines
190 B
C
#ifndef __ASM_SH_HP6XX_IO_H
|
|
#define __ASM_SH_HP6XX_IO_H
|
|
|
|
/*
|
|
* Nothing special here.. just use the generic cchip io routines.
|
|
*/
|
|
#include <asm/hd64461.h>
|
|
|
|
#endif /* __ASM_SH_HP6XX_IO_H */
|
|
|