Commit ff7cbc4b authored by Mike Frysinger's avatar Mike Frysinger

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

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 10cbb0ba
...@@ -60,6 +60,8 @@ struct bfin_spi_regs { ...@@ -60,6 +60,8 @@ struct bfin_spi_regs {
__BFP(shadow); __BFP(shadow);
}; };
#undef __BFP
#define MAX_CTRL_CS 8 /* cs in spi controller */ #define MAX_CTRL_CS 8 /* cs in spi controller */
/* device.platform_data for SSP controller devices */ /* device.platform_data for SSP controller devices */
......
...@@ -48,4 +48,6 @@ struct bfin_eppi_regs { ...@@ -48,4 +48,6 @@ struct bfin_eppi_regs {
u32 clip; u32 clip;
}; };
#undef __BFP
#endif #endif
...@@ -40,4 +40,6 @@ struct bfin_twi_regs { ...@@ -40,4 +40,6 @@ struct bfin_twi_regs {
__BFP(rcv_data16); __BFP(rcv_data16);
}; };
#undef __BFP
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment