RE: [PATCH] blackfin: twi: Remove bogus #endif

2013-03-20 Thread Zhang, Sonic
even >Subject: [PATCH] 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"), whic

[PATCH] blackfin: twi: Remove bogus #endif

2013-03-20 Thread Geert Uytterhoeven
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