15 #include <asm/machvec.h>
32 static struct resource smsc9118_0_resources[] = {
45 static struct resource smsc9118_1_resources[] = {
61 .num_resources =
ARRAY_SIZE(smsc9118_0_resources),
62 .resource = smsc9118_0_resources,
71 .num_resources =
ARRAY_SIZE(smsc9118_1_resources),
72 .resource = smsc9118_1_resources,
78 static struct resource cf_resources[] = {
81 .end =
CF_BASE + CF_OFFSET + 0x0f,
86 .end =
CF_BASE + CF_OFFSET + 0x20f,
97 .name =
"pata_platform",
100 .resource = cf_resources,
109 static int __init sh2007_io_init(
void)
118 static void __init sh2007_init_irq(
void)
126 static void __init sh2007_setup(
char **cmdline_p)
142 .mv_setup = sh2007_setup,
144 .mv_init_irq = sh2007_init_irq,