Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac2e7c92 authored by Michal Simek's avatar Michal Simek
Browse files

microblaze: Define empty mmiowb



mmiowb is required by any driver.

Signed-off-by: default avatarMichal Simek <monstr@monstr.eu>
parent 4d24d7f7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -243,6 +243,8 @@ static inline void __iomem *__ioremap(phys_addr_t address, unsigned long size,
#define out_8(a, v) __raw_writeb((v), (a))
#define in_8(a) __raw_readb(a)

#define mmiowb()

#define ioport_map(port, nr)	((void __iomem *)(port))
#define ioport_unmap(addr)