aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRom Lemarchand <rlemarchand@sta.samsung.com>2010-10-15 10:11:35 -0700
committerArve Hjønnevåg <arve@android.com>2011-11-17 17:50:05 -0800
commitd38aaec6a2d8943eb0fbd29aab6aed97872b53eb (patch)
tree76fe6032a442113c8042bcae79fdaaa2b3d6bddf
parenta62889ca756619c3fbaca4ba8eee8b2c1c9e1cf4 (diff)
downloadkernel_samsung_crespo-d38aaec6a2d8943eb0fbd29aab6aed97872b53eb.zip
kernel_samsung_crespo-d38aaec6a2d8943eb0fbd29aab6aed97872b53eb.tar.gz
kernel_samsung_crespo-d38aaec6a2d8943eb0fbd29aab6aed97872b53eb.tar.bz2
input: cypress-touchkey: Board file cleanup
Use the name defined in the header file rather than hardcoding it in the board file. Change-Id: I92c1e298a3967506bf8e5bf2858c0240428dcd82 Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
-rw-r--r--arch/arm/mach-s5pv210/mach-herring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/mach-herring.c b/arch/arm/mach-s5pv210/mach-herring.c
index 74f83e5..60095bd 100644
--- a/arch/arm/mach-s5pv210/mach-herring.c
+++ b/arch/arm/mach-s5pv210/mach-herring.c
@@ -1882,7 +1882,7 @@ static struct i2c_board_info i2c_devs2[] __initdata = {
/* I2C2 */
static struct i2c_board_info i2c_devs10[] __initdata = {
{
- I2C_BOARD_INFO("cypress_touchkey", 0x20),
+ I2C_BOARD_INFO(CYPRESS_TOUCHKEY_DEV_NAME, 0x20),
.platform_data = &touchkey_data,
.irq = (IRQ_EINT_GROUP22_BASE + 1),
},