From c5e50fa90ce42b1689692f587d4881308881b73d Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Thu, 10 May 2012 13:07:55 +0900 Subject: sh: Provide stubbed I/O routines for NO_IOPORT case. Too many drivers fail at IOPORT vs IOMEM checking before blindly calling in to the API, so we may as well just provide basic stubs to get more build coverage. Other platforms already do this, too (tile, parisc, etc.) Signed-off-by: Paul Mundt --- arch/sh/include/asm/io.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/sh/include/asm/io.h') diff --git a/arch/sh/include/asm/io.h b/arch/sh/include/asm/io.h index ec464a6b95fe..0cf60a628814 100644 --- a/arch/sh/include/asm/io.h +++ b/arch/sh/include/asm/io.h @@ -218,8 +218,13 @@ __BUILD_IOPORT_STRING(w, u16) __BUILD_IOPORT_STRING(l, u32) __BUILD_IOPORT_STRING(q, u64) +#else /* !CONFIG_HAS_IOPORT */ + +#include + #endif + #define IO_SPACE_LIMIT 0xffffffff /* synco on SH-4A, otherwise a nop */ -- cgit v1.2.3