1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[mcs814x] more convertions to {read,write}_relaxed I/O accessors

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33604 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2012-10-03 16:10:47 +00:00
parent db72b8cfc1
commit 8eed7abf41
3 changed files with 7 additions and 7 deletions

View File

@@ -117,7 +117,7 @@ static inline u32 nuport_mac_readl(void __iomem *reg)
static inline u8 nuport_mac_readb(void __iomem *reg)
{
return __raw_readb(reg);
return readb_relaxed(reg);
}
static inline void nuport_mac_writel(u32 value, void __iomem *reg)