aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/board-am3517evm.c
diff options
context:
space:
mode:
authorManjunath Kondaiah G <manjugk@ti.com>2010-10-08 09:59:20 -0700
committerTony Lindgren <tony@atomide.com>2010-10-08 10:12:37 -0700
commit600ecd9874d56d310a597b1e0a3936f195c83022 (patch)
tree694429222b3637ee4d93166e69d5de1ec3c65201 /arch/arm/mach-omap2/board-am3517evm.c
parent04aeae777945df0e3e37d968d211c821c7458cc5 (diff)
downloadkernel_samsung_smdk4412-600ecd9874d56d310a597b1e0a3936f195c83022.zip
kernel_samsung_smdk4412-600ecd9874d56d310a597b1e0a3936f195c83022.tar.gz
kernel_samsung_smdk4412-600ecd9874d56d310a597b1e0a3936f195c83022.tar.bz2
OMAP: mach-omap2: Fix miscellaneous sparse warnings
This patch fixes miscellaneous sparse warnings in mach-omap2. arch/arm/mach-omap2/board-am3517evm.c:141:17: warning: Initializer entry defined twice arch/arm/mach-omap2/board-am3517evm.c:142:18: also defined here arch/arm/mach-omap2/irq.c:50:35: warning: Using plain integer as NULL pointer Signed-off-by: Manjunath Kondaiah G <manjugk@ti.com> Cc: linux-arm-kernel@lists.infradead.org Cc: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-am3517evm.c')
-rw-r--r--arch/arm/mach-omap2/board-am3517evm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-am3517evm.c b/arch/arm/mach-omap2/board-am3517evm.c
index ae22ea8..b091741 100644
--- a/arch/arm/mach-omap2/board-am3517evm.c
+++ b/arch/arm/mach-omap2/board-am3517evm.c
@@ -139,7 +139,6 @@ static void am3517_evm_ethernet_init(struct emac_platform_data *pdata)
static struct i2c_board_info __initdata am3517evm_i2c1_boardinfo[] = {
{
I2C_BOARD_INFO("s35390a", 0x30),
- .type = "s35390a",
},
};