]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/sclp: Use DECLARE_BITMAP
authorJoe Perches <joe@perches.com>
Wed, 20 May 2015 01:37:56 +0000 (18:37 -0700)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 15 Jun 2015 08:50:33 +0000 (10:50 +0200)
commitb8a43b045eda4d5b25f00696970fb23cf3edcb23
tree7152bbbfa038b57dc9cfaa434f17110897fafdb0
parent7c53fcb39fddb59a9e32c10e96133049ed90930b
s390/sclp: Use DECLARE_BITMAP

Use the generic mechanism to declare a bitmap instead of unsigned long.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/s390/char/sclp_cmd.c