13 #include <linux/device.h>
22 static struct resource smc91x_resources[] = {
42 .resource = smc91x_resources,
45 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
46 #ifdef CONFIG_SERIAL_BFIN_UART0
47 static struct resource bfin_uart0_resources[] = {
80 static unsigned short bfin_uart0_peripherals[] = {
87 .num_resources =
ARRAY_SIZE(bfin_uart0_resources),
88 .resource = bfin_uart0_resources,
90 .platform_data = &bfin_uart0_peripherals,
96 #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
97 #ifdef CONFIG_BFIN_SIR0
98 static struct resource bfin_sir0_resources[] = {
119 .num_resources =
ARRAY_SIZE(bfin_sir0_resources),
120 .resource = bfin_sir0_resources,
128 #if defined(CONFIG_SERIAL_BFIN) || defined(CONFIG_SERIAL_BFIN_MODULE)
129 #ifdef CONFIG_SERIAL_BFIN_UART0
134 #if defined(CONFIG_BFIN_SIR) || defined(CONFIG_BFIN_SIR_MODULE)
135 #ifdef CONFIG_BFIN_SIR0
141 static int __init tepla_init(
void)
150 #if defined(CONFIG_SERIAL_BFIN_CONSOLE) || defined(CONFIG_EARLY_PRINTK)
151 #ifdef CONFIG_SERIAL_BFIN_UART0