diff options
| -rw-r--r-- | arch/blackfin/include/asm/bfin5xx_spi.h | 2 | ||||
| -rw-r--r-- | arch/blackfin/include/asm/bfin_ppi.h | 2 | ||||
| -rw-r--r-- | arch/blackfin/include/asm/bfin_twi.h | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/arch/blackfin/include/asm/bfin5xx_spi.h b/arch/blackfin/include/asm/bfin5xx_spi.h index 0b5136e334b5..5392583d0253 100644 --- a/arch/blackfin/include/asm/bfin5xx_spi.h +++ b/arch/blackfin/include/asm/bfin5xx_spi.h | |||
| @@ -60,6 +60,8 @@ struct bfin_spi_regs { | |||
| 60 | __BFP(shadow); | 60 | __BFP(shadow); |
| 61 | }; | 61 | }; |
| 62 | 62 | ||
| 63 | #undef __BFP | ||
| 64 | |||
| 63 | #define MAX_CTRL_CS 8 /* cs in spi controller */ | 65 | #define MAX_CTRL_CS 8 /* cs in spi controller */ |
| 64 | 66 | ||
| 65 | /* device.platform_data for SSP controller devices */ | 67 | /* device.platform_data for SSP controller devices */ |
diff --git a/arch/blackfin/include/asm/bfin_ppi.h b/arch/blackfin/include/asm/bfin_ppi.h index 003900886f97..3be05faa2c65 100644 --- a/arch/blackfin/include/asm/bfin_ppi.h +++ b/arch/blackfin/include/asm/bfin_ppi.h | |||
| @@ -48,4 +48,6 @@ struct bfin_eppi_regs { | |||
| 48 | u32 clip; | 48 | u32 clip; |
| 49 | }; | 49 | }; |
| 50 | 50 | ||
| 51 | #undef __BFP | ||
| 52 | |||
| 51 | #endif | 53 | #endif |
diff --git a/arch/blackfin/include/asm/bfin_twi.h b/arch/blackfin/include/asm/bfin_twi.h index cc155e14e55c..e767d649dfc4 100644 --- a/arch/blackfin/include/asm/bfin_twi.h +++ b/arch/blackfin/include/asm/bfin_twi.h | |||
| @@ -40,4 +40,6 @@ struct bfin_twi_regs { | |||
| 40 | __BFP(rcv_data16); | 40 | __BFP(rcv_data16); |
| 41 | }; | 41 | }; |
| 42 | 42 | ||
| 43 | #undef __BFP | ||
| 44 | |||
| 43 | #endif | 45 | #endif |
