diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 18:41:24 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 18:41:24 +0000 |
commit | b07b5fc7b638585e8619d39ca508a873a85fd9cf (patch) | |
tree | 8f699e2802a869592b1916f206f6b740b3f8703d /target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch | |
parent | b988168906126ce52eeff275d0ec6eac75c7ed89 (diff) | |
download | mtk-20170518-b07b5fc7b638585e8619d39ca508a873a85fd9cf.zip mtk-20170518-b07b5fc7b638585e8619d39ca508a873a85fd9cf.tar.gz mtk-20170518-b07b5fc7b638585e8619d39ca508a873a85fd9cf.tar.bz2 |
brcm47xx: remove old kernel versions
SVN-Revision: 27724
Diffstat (limited to 'target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch')
-rw-r--r-- | target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch b/target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch deleted file mode 100644 index f254b20..0000000 --- a/target/linux/brcm47xx/patches-2.6.37/610-pci_ide_fix.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/include/linux/ide.h -+++ b/include/linux/ide.h -@@ -195,7 +195,11 @@ static inline void ide_std_init_ports(st - hw->io_ports.ctl_addr = ctl_addr; - } - -+#if defined CONFIG_BCM47XX -+# define MAX_HWIFS 2 -+#else - #define MAX_HWIFS 10 -+#endif - - /* - * Now for the data we need to maintain per-drive: ide_drive_t |