27 #include <linux/module.h>
35 #define SMC_PORT(base, int) \
40 .iotype = UPIO_PORT, \
41 .flags = UPF_BOOT_AUTOCONF | UPF_SKIP_TEST, \
45 #define CBUS_UART_FLAGS (UPF_BOOT_AUTOCONF | UPF_SKIP_TEST | UPF_IOREMAP)
51 .mapbase = 0x1f000900,
65 .platform_data = uart8250_data,
85 .num_resources =
ARRAY_SIZE(malta_rtc_resources),
99 .name =
"Board Config",
109 .parts = malta_mtd_partitions
112 static struct resource malta_flash_resource = {
119 .name =
"physmap-flash",
122 .platform_data = &malta_flash_data,
125 .resource = &malta_flash_resource,
129 &malta_uart8250_device,
134 static int __init malta_add_devices(
void)