diff options
author | Adrian Bunk <bunk@stusta.de> | 2005-07-03 17:44:10 +0200 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl> | 2005-07-03 17:44:10 +0200 |
commit | 10e047b40aafefef1fdc8ea4ea7837b9557a9400 (patch) | |
tree | 4105ba774c775cdf53fb5fd3e07158b15218cb27 /drivers/ide/Makefile | |
parent | 21e2c01dc3e38d466eda5871645878d2c3a33261 (diff) | |
download | kernel_samsung_espresso10-10e047b40aafefef1fdc8ea4ea7837b9557a9400.zip kernel_samsung_espresso10-10e047b40aafefef1fdc8ea4ea7837b9557a9400.tar.gz kernel_samsung_espresso10-10e047b40aafefef1fdc8ea4ea7837b9557a9400.tar.bz2 |
[PATCH] drivers/ide/Makefile: kill dead CONFIG_BLK_DEV_IDE_TCQ entry
This patch kills the dead CONFIG_BLK_DEV_IDE_TCQ entry.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@elka.pw.edu.pl>
Diffstat (limited to 'drivers/ide/Makefile')
-rw-r--r-- | drivers/ide/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/ide/Makefile b/drivers/ide/Makefile index 5be8ad6d..cca9c07 100644 --- a/drivers/ide/Makefile +++ b/drivers/ide/Makefile @@ -20,7 +20,6 @@ ide-core-$(CONFIG_BLK_DEV_CMD640) += pci/cmd640.o # Core IDE code - must come before legacy ide-core-$(CONFIG_BLK_DEV_IDEPCI) += setup-pci.o ide-core-$(CONFIG_BLK_DEV_IDEDMA) += ide-dma.o -ide-core-$(CONFIG_BLK_DEV_IDE_TCQ) += ide-tcq.o ide-core-$(CONFIG_PROC_FS) += ide-proc.o ide-core-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o |