b43 G-PHY: Remove mmiowb()
authorMichael Buesch <mb@bu3sch.de>
Sat, 6 Sep 2008 17:28:55 +0000 (19:28 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:32 +0000 (15:53 -0400)
It causes compile errors on m68k and it is not needed.
Remove it.

Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/b43/phy_g.c

index e8c012c..232181f 100644 (file)
@@ -386,7 +386,6 @@ static void b43_set_original_gains(struct b43_wldev *dev)
 void b43_nrssi_hw_write(struct b43_wldev *dev, u16 offset, s16 val)
 {
        b43_phy_write(dev, B43_PHY_NRSSILT_CTRL, offset);
-       mmiowb();
        b43_phy_write(dev, B43_PHY_NRSSILT_DATA, (u16) val);
 }