mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 23:30:53 +07:00
Blackfin: ppi/spi/twi headers: add missing __BFP undef
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
10cbb0ba42
commit
ff7cbc4b5c
@ -60,6 +60,8 @@ struct bfin_spi_regs {
|
||||
__BFP(shadow);
|
||||
};
|
||||
|
||||
#undef __BFP
|
||||
|
||||
#define MAX_CTRL_CS 8 /* cs in spi controller */
|
||||
|
||||
/* device.platform_data for SSP controller devices */
|
||||
|
@ -48,4 +48,6 @@ struct bfin_eppi_regs {
|
||||
u32 clip;
|
||||
};
|
||||
|
||||
#undef __BFP
|
||||
|
||||
#endif
|
||||
|
@ -40,4 +40,6 @@ struct bfin_twi_regs {
|
||||
__BFP(rcv_data16);
|
||||
};
|
||||
|
||||
#undef __BFP
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user