diff options
-rw-r--r-- | drivers/ide/ide-cd_verbose.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ide/ide-cd_verbose.c b/drivers/ide/ide-cd_verbose.c index 6490a2dea96b..f079ca2f260b 100644 --- a/drivers/ide/ide-cd_verbose.c +++ b/drivers/ide/ide-cd_verbose.c | |||
@@ -9,7 +9,9 @@ | |||
9 | #include <linux/kernel.h> | 9 | #include <linux/kernel.h> |
10 | #include <linux/blkdev.h> | 10 | #include <linux/blkdev.h> |
11 | #include <linux/cdrom.h> | 11 | #include <linux/cdrom.h> |
12 | #include <linux/ide.h> | ||
12 | #include <scsi/scsi.h> | 13 | #include <scsi/scsi.h> |
14 | #include "ide-cd.h" | ||
13 | 15 | ||
14 | #ifndef CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS | 16 | #ifndef CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS |
15 | void ide_cd_log_error(const char *name, struct request *failed_command, | 17 | void ide_cd_log_error(const char *name, struct request *failed_command, |