[XTENSA] Move string-io functions to io.c from pci.c
authorChris Zankel <chris@zankel.net>
Sat, 4 Aug 2007 21:31:04 +0000 (14:31 -0700)
committerChris Zankel <chris@zankel.net>
Mon, 27 Aug 2007 20:53:22 +0000 (13:53 -0700)
commit787a22d1d284b21ad810fd0bedbdefb329f31cd2
tree3474f2b514ce0b7a9ca9c9ece412556bf6f0b191
parent73089cbfdf0c69e061a4fa90d614679e630c6727
[XTENSA] Move string-io functions to io.c from pci.c

The string-io functions (outs{bwl}, ins{bwl}) are independent from
the PCI option and should be in a separate file.

Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/Makefile
arch/xtensa/kernel/io.c [new file with mode: 0644]
arch/xtensa/kernel/pci.c