]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Blackfin: ppi/spi/twi headers: add missing __BFP undef
authorMike Frysinger <vapier@gentoo.org>
Sun, 24 Oct 2010 18:13:31 +0000 (18:13 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 25 Oct 2010 08:54:33 +0000 (04:54 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/include/asm/bfin5xx_spi.h
arch/blackfin/include/asm/bfin_ppi.h
arch/blackfin/include/asm/bfin_twi.h

index 0b5136e334b599c382fc6bbe2f7245e8abe128aa..5392583d02531fc2e3d2feb20127bf730e575610 100644 (file)
@@ -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 */
index 003900886f972cebf19dfc1bb9a47f408343106f..3be05faa2c65ad14fa73dcf8ef44f85da4cc97cd 100644 (file)
@@ -48,4 +48,6 @@ struct bfin_eppi_regs {
        u32 clip;
 };
 
+#undef __BFP
+
 #endif
index cc155e14e55c54ac55bdd858aa34c3435c348396..e767d649dfc442c2c3d35fb3f0a69eba5bf20918 100644 (file)
@@ -40,4 +40,6 @@ struct bfin_twi_regs {
        __BFP(rcv_data16);
 };
 
+#undef __BFP
+
 #endif