The Tile architecture is obsolete and getting removed from the kernel,
this driver appears to only be used there, and not on the ARM based
successors (Tile-Mx, BlueField), so we should remove it as well.

Signed-off-by: Arnd Bergmann <a...@arndb.de>
---
 drivers/edac/Kconfig     |   8 --
 drivers/edac/Makefile    |   2 -
 drivers/edac/tile_edac.c | 265 -----------------------------------------------
 3 files changed, 275 deletions(-)
 delete mode 100644 drivers/edac/tile_edac.c

diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index cb4ff1cc6eb4..533122aaa091 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -317,14 +317,6 @@ config EDAC_CPC925
          a companion chip to the PowerPC 970 family of
          processors.
 
-config EDAC_TILE
-       tristate "Tilera Memory Controller"
-       depends on TILE
-       default y
-       help
-         Support for error detection and correction on the
-         Tilera memory controller.
-
 config EDAC_HIGHBANK_MC
        tristate "Highbank Memory Controller"
        depends on ARCH_HIGHBANK
diff --git a/drivers/edac/Makefile b/drivers/edac/Makefile
index b54912eb39af..02b43a7d8c3e 100644
--- a/drivers/edac/Makefile
+++ b/drivers/edac/Makefile
@@ -64,8 +64,6 @@ obj-$(CONFIG_EDAC_PPC4XX)             += ppc4xx_edac.o
 obj-$(CONFIG_EDAC_AMD8111)             += amd8111_edac.o
 obj-$(CONFIG_EDAC_AMD8131)             += amd8131_edac.o
 
-obj-$(CONFIG_EDAC_TILE)                        += tile_edac.o
-
 obj-$(CONFIG_EDAC_HIGHBANK_MC)         += highbank_mc_edac.o
 obj-$(CONFIG_EDAC_HIGHBANK_L2)         += highbank_l2_edac.o
 
diff --git a/drivers/edac/tile_edac.c b/drivers/edac/tile_edac.c
deleted file mode 100644
index 8a33a87e67f1..000000000000
-- 
2.9.0

Reply via email to