aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-msm/board-qsd8x50.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-msm/board-qsd8x50.c b/arch/arm/mach-msm/board-qsd8x50.c
index ed2af4ad97ed..39925c1a819d 100644
--- a/arch/arm/mach-msm/board-qsd8x50.c
+++ b/arch/arm/mach-msm/board-qsd8x50.c
@@ -42,7 +42,7 @@ static const unsigned qsd8x50_surf_smc91x_gpio __initdata = 156;
42 * at run-time: they vary from board to board, and the true 42 * at run-time: they vary from board to board, and the true
43 * configuration won't be known until boot. 43 * configuration won't be known until boot.
44 */ 44 */
45static struct resource smc91x_resources[] __initdata = { 45static struct resource smc91x_resources[] = {
46 [0] = { 46 [0] = {
47 .flags = IORESOURCE_MEM, 47 .flags = IORESOURCE_MEM,
48 }, 48 },
@@ -51,7 +51,7 @@ static struct resource smc91x_resources[] __initdata = {
51 }, 51 },
52}; 52};
53 53
54static struct platform_device smc91x_device __initdata = { 54static struct platform_device smc91x_device = {
55 .name = "smc91x", 55 .name = "smc91x",
56 .id = 0, 56 .id = 0,
57 .num_resources = ARRAY_SIZE(smc91x_resources), 57 .num_resources = ARRAY_SIZE(smc91x_resources),