6d75e650f1
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 */
|
|
|