[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>

authored by Adrian Bunk and committed by Bartlomiej Zolnierkiewicz 10e047b4 21e2c01d

-1
-1
drivers/ide/Makefile
··· 20 20 # Core IDE code - must come before legacy 21 21 ide-core-$(CONFIG_BLK_DEV_IDEPCI) += setup-pci.o 22 22 ide-core-$(CONFIG_BLK_DEV_IDEDMA) += ide-dma.o 23 - ide-core-$(CONFIG_BLK_DEV_IDE_TCQ) += ide-tcq.o 24 23 ide-core-$(CONFIG_PROC_FS) += ide-proc.o 25 24 ide-core-$(CONFIG_BLK_DEV_IDEPNP) += ide-pnp.o 26 25