Skip to content

Commit

Permalink
Blackfin: ppi/spi/twi headers: add missing __BFP undef
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Mike Frysinger committed Oct 25, 2010
1 parent 10cbb0b commit ff7cbc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/bfin5xx_spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/bfin_ppi.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ struct bfin_eppi_regs {
u32 clip;
};

#undef __BFP

#endif
2 changes: 2 additions & 0 deletions arch/blackfin/include/asm/bfin_twi.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,6 @@ struct bfin_twi_regs {
__BFP(rcv_data16);
};

#undef __BFP

#endif

0 comments on commit ff7cbc4

Please sign in to comment.