From d0558a7c788a2441f227a1b7062cbca6063287a2 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Fri, 10 Oct 2008 14:44:25 +0300 Subject: [PATCH] Minor cosmetic clean-up for LDP for mainline Minor cosmetic clean-up for LDP for mainline Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Kconfig | 2 +- arch/arm/mach-omap2/board-ldp.c | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 362edfa4117..b03e2533b16 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -104,7 +104,7 @@ config MACH_OMAP_2430SDP depends on ARCH_OMAP2 && ARCH_OMAP2430 config MACH_OMAP_LDP - bool "OMAP 3 LDP board" + bool "OMAP3 LDP board" depends on ARCH_OMAP3 && ARCH_OMAP34XX config MACH_OMAP2EVM diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index a086a95a997..92710c33c47 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c @@ -147,7 +147,7 @@ static struct ads7846_platform_data tsc2046_config __initdata = { static struct omap2_mcspi_device_config tsc2046_mcspi_config = { .turbo_mode = 0, - .single_channel = 1, /* 0: slave, 1: master */ + .single_channel = 1, /* 0: slave, 1: master */ }; static struct spi_board_info ldp_spi_board_info[] __initdata = { @@ -196,8 +196,8 @@ static int ldp_batt_table[] = { }; static struct twl4030_bci_platform_data ldp_bci_data = { - .battery_tmp_tbl = ldp_batt_table, - .tblsize = ARRAY_SIZE(ldp_batt_table), + .battery_tmp_tbl = ldp_batt_table, + .tblsize = ARRAY_SIZE(ldp_batt_table), }; static struct twl4030_usb_data ldp_usb_data = { -- 2.41.0