diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2013-03-20 05:15:51 -0400 |
---|---|---|
committer | Steven Miao <realmz6@gmail.com> | 2013-05-07 06:26:28 -0400 |
commit | 7b779f0adda847758c4df450bde4be16bcdd40bc (patch) | |
tree | 028f66fbb2ffae49811b5d90c61e785af2d2ee33 | |
parent | db527aaafbe3351e56738a971a9c57728714c0e5 (diff) |
blackfin: twi: Remove bogus #endif
arch/blackfin/mach-bf538/boards/ezkit.c:768:2: error: #endif without #if
Introduced by commit cf93feb3a0dee97c7896016a352a3226139fbcf4 ("blackfin:
twi: Move TWI peripheral pin request array to platform data"), which
removed the #if, but forgot about the #endif.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Steven Miao <realmz6@gmail.com>
-rw-r--r-- | arch/blackfin/mach-bf538/boards/ezkit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf538/boards/ezkit.c b/arch/blackfin/mach-bf538/boards/ezkit.c index a4fce0370c1d..755f0dc12010 100644 --- a/arch/blackfin/mach-bf538/boards/ezkit.c +++ b/arch/blackfin/mach-bf538/boards/ezkit.c | |||
@@ -764,7 +764,6 @@ static struct platform_device i2c_bfin_twi1_device = { | |||
764 | .num_resources = ARRAY_SIZE(bfin_twi1_resource), | 764 | .num_resources = ARRAY_SIZE(bfin_twi1_resource), |
765 | .resource = bfin_twi1_resource, | 765 | .resource = bfin_twi1_resource, |
766 | }; | 766 | }; |
767 | #endif /* CONFIG_BF542 */ | ||
768 | #endif /* CONFIG_I2C_BLACKFIN_TWI */ | 767 | #endif /* CONFIG_I2C_BLACKFIN_TWI */ |
769 | 768 | ||
770 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) | 769 | #if defined(CONFIG_KEYBOARD_GPIO) || defined(CONFIG_KEYBOARD_GPIO_MODULE) |