brcm47xx: add patches for kernel 4.0
[openwrt.git] / target / linux / brcm47xx / patches-4.0 / 610-pci_ide_fix.patch
1 --- a/include/linux/ide.h
2 +++ b/include/linux/ide.h
3 @@ -191,7 +191,11 @@ static inline void ide_std_init_ports(st
4         hw->io_ports.ctl_addr = ctl_addr;
5  }
6  
7 +#if defined CONFIG_BCM47XX
8 +# define MAX_HWIFS     2
9 +#else
10  #define MAX_HWIFS      10
11 +#endif
12  
13  /*
14   * Now for the data we need to maintain per-drive:  ide_drive_t