Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: ppi/spi/twi headers: add missing __BFP undef

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+6
+2
arch/blackfin/include/asm/bfin5xx_spi.h
··· 60 60 __BFP(shadow); 61 61 }; 62 62 63 + #undef __BFP 64 + 63 65 #define MAX_CTRL_CS 8 /* cs in spi controller */ 64 66 65 67 /* device.platform_data for SSP controller devices */
+2
arch/blackfin/include/asm/bfin_ppi.h
··· 48 48 u32 clip; 49 49 }; 50 50 51 + #undef __BFP 52 + 51 53 #endif
+2
arch/blackfin/include/asm/bfin_twi.h
··· 40 40 __BFP(rcv_data16); 41 41 }; 42 42 43 + #undef __BFP 44 + 43 45 #endif