Commit ff7cbc4b5c6276865a6db594c4b8459ebad457a4

Authored by Mike Frysinger
1 parent 10cbb0ba42

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

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

Showing 3 changed files with 6 additions and 0 deletions Side-by-side Diff

arch/blackfin/include/asm/bfin5xx_spi.h
... ... @@ -60,6 +60,8 @@
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 */
arch/blackfin/include/asm/bfin_ppi.h
... ... @@ -48,5 +48,7 @@
48 48 u32 clip;
49 49 };
50 50  
  51 +#undef __BFP
  52 +
51 53 #endif
arch/blackfin/include/asm/bfin_twi.h
... ... @@ -40,5 +40,7 @@
40 40 __BFP(rcv_data16);
41 41 };
42 42  
  43 +#undef __BFP
  44 +
43 45 #endif