diff options
Diffstat (limited to 'include/linux/cdrom.h')
-rw-r--r-- | include/linux/cdrom.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/cdrom.h b/include/linux/cdrom.h index 35eae4b67503..dfd7f187c351 100644 --- a/include/linux/cdrom.h +++ b/include/linux/cdrom.h | |||
@@ -910,7 +910,6 @@ struct mode_page_header { | |||
910 | 910 | ||
911 | #ifdef __KERNEL__ | 911 | #ifdef __KERNEL__ |
912 | #include <linux/fs.h> /* not really needed, later.. */ | 912 | #include <linux/fs.h> /* not really needed, later.. */ |
913 | #include <linux/device.h> | ||
914 | #include <linux/list.h> | 913 | #include <linux/list.h> |
915 | 914 | ||
916 | struct packet_command | 915 | struct packet_command |
@@ -952,7 +951,8 @@ struct cdrom_device_info { | |||
952 | char name[20]; /* name of the device type */ | 951 | char name[20]; /* name of the device type */ |
953 | /* per-device flags */ | 952 | /* per-device flags */ |
954 | __u8 sanyo_slot : 2; /* Sanyo 3 CD changer support */ | 953 | __u8 sanyo_slot : 2; /* Sanyo 3 CD changer support */ |
955 | __u8 reserved : 6; /* not used yet */ | 954 | __u8 keeplocked : 1; /* CDROM_LOCKDOOR status */ |
955 | __u8 reserved : 5; /* not used yet */ | ||
956 | int cdda_method; /* see flags */ | 956 | int cdda_method; /* see flags */ |
957 | __u8 last_sense; | 957 | __u8 last_sense; |
958 | __u8 media_written; /* dirty flag, DVD+RW bookkeeping */ | 958 | __u8 media_written; /* dirty flag, DVD+RW bookkeeping */ |