ARM: 6929/1: SPEAr3xx: Append spear3** with global device structures
Reviewed-by: Stanley Miao <stanley.miao@windriver.com> Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
committed by
Russell King
parent
6618c3ada0
commit
1d23d2fcfa
@@ -28,7 +28,7 @@ static struct pl061_platform_data gpio_plat_data = {
|
||||
.irq_base = SPEAR3XX_GPIO_INT_BASE,
|
||||
};
|
||||
|
||||
struct amba_device gpio_device = {
|
||||
struct amba_device spear3xx_gpio_device = {
|
||||
.dev = {
|
||||
.init_name = "gpio",
|
||||
.platform_data = &gpio_plat_data,
|
||||
@@ -42,7 +42,7 @@ struct amba_device gpio_device = {
|
||||
};
|
||||
|
||||
/* uart device registration */
|
||||
struct amba_device uart_device = {
|
||||
struct amba_device spear3xx_uart_device = {
|
||||
.dev = {
|
||||
.init_name = "uart",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user