[S390] cio: move scsw helper functions to header file
authorHeiko Carstens <heiko.carstens@de.ibm.com>
Fri, 11 Sep 2009 08:28:15 +0000 (10:28 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 11 Sep 2009 08:29:36 +0000 (10:29 +0200)
commit62733e5a5a480a893e56fa6133ae90904d857bc4
tree97717d32064ba4d6a070408b9ab1482b6f9572be
parent1f1148c88ad37c87f14d2153416a605bf0aeaf74
[S390] cio: move scsw helper functions to header file

All scsw helper functions are very short and usage of them shouldn't
result in function calls. Therefore we move them to a separate header
file.
Also saves a lot of EXPORT_SYMBOLs.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/include/asm/chsc.h
arch/s390/include/asm/cio.h
arch/s390/include/asm/scsw.h [moved from drivers/s390/cio/scsw.c with 70% similarity]
drivers/s390/cio/Makefile
drivers/s390/cio/chsc.h