]> git.karo-electronics.de Git - linux-beck.git/commit
sh: Provide stubbed I/O routines for NO_IOPORT case.
authorPaul Mundt <lethal@linux-sh.org>
Thu, 10 May 2012 04:07:55 +0000 (13:07 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 10 May 2012 04:07:55 +0000 (13:07 +0900)
commitc5e50fa90ce42b1689692f587d4881308881b73d
treedcbee02bb00ae2ebaa34b862f6285fb1293083ad
parent15f99cbd071aa402e113d342448603344a337046
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 <lethal@linux-sh.org>
arch/sh/include/asm/io.h
arch/sh/include/asm/io_noioport.h [new file with mode: 0644]