diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-13 14:05:24 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-12-13 14:17:40 -0500 |
commit | 523549254f3709366f8e4735e3cff381c3e36c68 (patch) | |
tree | f03ca90700157fa512ade62bc6413f132587bc2c | |
parent | 7f3379de9cd91e52c40a48b8c01ebdb2d2eec5cf (diff) |
s390: tape_class.h: remove kobj_map.h inclusion
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>
-rw-r--r-- | drivers/s390/char/tape_class.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_class.h b/drivers/s390/char/tape_class.h index 9e32780c317f..ba2092f741d5 100644 --- a/drivers/s390/char/tape_class.h +++ b/drivers/s390/char/tape_class.h | |||
@@ -14,7 +14,6 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/fs.h> | 15 | #include <linux/fs.h> |
16 | #include <linux/major.h> | 16 | #include <linux/major.h> |
17 | #include <linux/kobj_map.h> | ||
18 | #include <linux/cdev.h> | 17 | #include <linux/cdev.h> |
19 | 18 | ||
20 | #include <linux/device.h> | 19 | #include <linux/device.h> |