Skip to content

Commit

Permalink
Remove celleb-only SCC PATA drivers
Browse files Browse the repository at this point in the history
The SCC PATA interface is only used by celleb.
celleb has been dropped [1], so drop the drivers.

[1] http://patchwork.ozlabs.org/patch/451730/

CC: "David S. Miller" <davem@davemloft.net>
CC: linux-ide@vger.kernel.org
CC: Valentin Rothberg <valentinrothberg@gmail.com>
CC: mpe@ellerman.id.au
CC: linuxppc-dev@lists.ozlab.org
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Daniel Axtens authored and Tejun Heo committed Apr 14, 2015
1 parent 31f7dc7 commit 5df07b7
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 2,017 deletions.
9 changes: 0 additions & 9 deletions drivers/ata/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -729,15 +729,6 @@ config PATA_SC1200

If unsure, say N.

config PATA_SCC
tristate "Toshiba's Cell Reference Set IDE support"
depends on PCI && PPC_CELLEB
help
This option enables support for the built-in IDE controller on
Toshiba Cell Reference Board.

If unsure, say N.

config PATA_SCH
tristate "Intel SCH PATA support"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/ata/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ obj-$(CONFIG_PATA_PDC_OLD) += pata_pdc202xx_old.o
obj-$(CONFIG_PATA_RADISYS) += pata_radisys.o
obj-$(CONFIG_PATA_RDC) += pata_rdc.o
obj-$(CONFIG_PATA_SC1200) += pata_sc1200.o
obj-$(CONFIG_PATA_SCC) += pata_scc.o
obj-$(CONFIG_PATA_SCH) += pata_sch.o
obj-$(CONFIG_PATA_SERVERWORKS) += pata_serverworks.o
obj-$(CONFIG_PATA_SIL680) += pata_sil680.o
Expand Down
Loading

0 comments on commit 5df07b7

Please sign in to comment.