blackfin: twi: Remove bogus #endif
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 20 Mar 2013 09:15:51 +0000 (10:15 +0100)
committerSteven Miao <realmz6@gmail.com>
Tue, 7 May 2013 10:26:28 +0000 (18:26 +0800)
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>

No differences found