Skip to content

Commit

Permalink
microblaze: Define empty mmiowb
Browse files Browse the repository at this point in the history
mmiowb is required by any driver.

Signed-off-by: Michal Simek <monstr@monstr.eu>
  • Loading branch information
Michal Simek committed Oct 21, 2010
1 parent 4d24d7f commit ac2e7c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/microblaze/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ac2e7c9

Please sign in to comment.