summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf537
diff options
context:
space:
mode:
authorMichael Hennerich2009-07-02 13:00:38 +0200
committerMike Frysinger2009-07-16 07:52:32 +0200
commitebd5833327e3fb46eb55553d8f5432b5226bf897 (patch)
tree44a4e33f8fcaa1ad69da2ba7c87dfb0e58ce9a59 /arch/blackfin/mach-bf537
parentBlackfin: fix wrong CTS inversion (diff)
downloadkernel-qcow2-linux-ebd5833327e3fb46eb55553d8f5432b5226bf897.tar.gz
kernel-qcow2-linux-ebd5833327e3fb46eb55553d8f5432b5226bf897.tar.xz
kernel-qcow2-linux-ebd5833327e3fb46eb55553d8f5432b5226bf897.zip
Blackfin: fix incomplete renaming of the bfin-twi-lcd driver
The sed used to rename the bfin-twi-lcd only replaced the first instance rather than all which led to the resources not being enabled when the driver was built as a module. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf537')
-rw-r--r--arch/blackfin/mach-bf537/boards/stamp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c
index c1f76dd2c4ed..ab92e42f8919 100644
--- a/arch/blackfin/mach-bf537/boards/stamp.c
+++ b/arch/blackfin/mach-bf537/boards/stamp.c
@@ -1316,7 +1316,7 @@ static struct i2c_board_info __initdata bfin_i2c_board_info[] = {
.irq = IRQ_PF5,
},
#endif
-#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_TWI_LCD_MODULE)
+#if defined(CONFIG_BFIN_TWI_LCD) || defined(CONFIG_BFIN_TWI_LCD_MODULE)
{
I2C_BOARD_INFO("pcf8574_lcd", 0x22),
},