Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff7cbc4b authored by Mike Frysinger's avatar Mike Frysinger
Browse files

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

parent 10cbb0ba
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 */
+2 −0
Original line number Diff line number Diff line
@@ -48,4 +48,6 @@ struct bfin_eppi_regs {
	u32 clip;
};

#undef __BFP

#endif
+2 −0
Original line number Diff line number Diff line
@@ -40,4 +40,6 @@ struct bfin_twi_regs {
	__BFP(rcv_data16);
};

#undef __BFP

#endif