diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-24 14:13:31 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-25 04:54:33 -0400 |
commit | ff7cbc4b5c6276865a6db594c4b8459ebad457a4 (patch) | |
tree | 3932ca41b9028d24dedd0d3e652d9c3dfc030ec9 /arch/blackfin | |
parent | 10cbb0ba4282407ee3c4a09552d80941bfdfeb77 (diff) |
Blackfin: ppi/spi/twi headers: add missing __BFP undef
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin')
-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 |