s390: tape_class.h: remove kobj_map.h inclusion
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 13 Dec 2011 19:05:24 +0000 (11:05 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 13 Dec 2011 19:17:40 +0000 (11:17 -0800)
This include file is not needed for any driver to be referencing, so
remove it from the tape_class.h file.

Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/s390/char/tape_class.h

index 9e32780..ba2092f 100644 (file)
@@ -14,7 +14,6 @@
 #include <linux/module.h>
 #include <linux/fs.h>
 #include <linux/major.h>
-#include <linux/kobj_map.h>
 #include <linux/cdev.h>
 
 #include <linux/device.h>