Explorar o código

Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide

Pull IDE fixes from David Miller:
 "Two header file inclusion fixes from Rashika Kheria"

* git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide:
  drivers: ide: Include appropriate header file in ide-pio-blacklist.c
  drivers: ide: Include appropriate header file in ide-cd_verbose.c
Linus Torvalds %!s(int64=12) %!d(string=hai) anos
pai
achega
3308ee8f45
Modificáronse 2 ficheiros con 3 adicións e 0 borrados
  1. 2 0
      drivers/ide/ide-cd_verbose.c
  2. 1 0
      drivers/ide/ide-pio-blacklist.c

+ 2 - 0
drivers/ide/ide-cd_verbose.c

@@ -9,7 +9,9 @@
 #include <linux/kernel.h>
 #include <linux/blkdev.h>
 #include <linux/cdrom.h>
+#include <linux/ide.h>
 #include <scsi/scsi.h>
+#include "ide-cd.h"
 
 #ifndef CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS
 void ide_cd_log_error(const char *name, struct request *failed_command,

+ 1 - 0
drivers/ide/ide-pio-blacklist.c

@@ -7,6 +7,7 @@
  */
 
 #include <linux/string.h>
+#include <linux/ide.h>
 
 static struct ide_pio_info {
 	const char	*name;