mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
b43 G-PHY: Remove mmiowb()
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>
This commit is contained in:
parent
c40c112910
commit
b338994dc2
@ -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)
|
void b43_nrssi_hw_write(struct b43_wldev *dev, u16 offset, s16 val)
|
||||||
{
|
{
|
||||||
b43_phy_write(dev, B43_PHY_NRSSILT_CTRL, offset);
|
b43_phy_write(dev, B43_PHY_NRSSILT_CTRL, offset);
|
||||||
mmiowb();
|
|
||||||
b43_phy_write(dev, B43_PHY_NRSSILT_DATA, (u16) val);
|
b43_phy_write(dev, B43_PHY_NRSSILT_DATA, (u16) val);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user