[adm5120] add experimental support for 2.6.30
[10.03/openwrt.git] / target / linux / adm5120 / patches-2.6.30 / 800-adm5120-remove-amba-bus-id.patch
1 --- a/arch/mips/adm5120/common/platform.c
2 +++ b/arch/mips/adm5120/common/platform.c
3 @@ -190,7 +190,6 @@ struct amba_pl010_data adm5120_uart0_dat
4  
5  struct amba_device adm5120_uart0_device = {
6         .dev            = {
7 -               .bus_id = "APB:UART0",
8                 .platform_data = &adm5120_uart0_data,
9         },
10         .res            = {
11 @@ -208,7 +207,6 @@ struct amba_pl010_data adm5120_uart1_dat
12  
13  struct amba_device adm5120_uart1_device = {
14         .dev            = {
15 -               .bus_id = "APB:UART1",
16                 .platform_data = &adm5120_uart1_data,
17         },
18         .res            = {