mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 08:48:48 +00:00
microblaze: Define empty mmiowb
mmiowb is required by any driver. Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
4d24d7f7ae
commit
ac2e7c92ee
@ -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 out_8(a, v) __raw_writeb((v), (a))
|
||||||
#define in_8(a) __raw_readb(a)
|
#define in_8(a) __raw_readb(a)
|
||||||
|
|
||||||
|
#define mmiowb()
|
||||||
|
|
||||||
#define ioport_map(port, nr) ((void __iomem *)(port))
|
#define ioport_map(port, nr) ((void __iomem *)(port))
|
||||||
#define ioport_unmap(addr)
|
#define ioport_unmap(addr)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user