Skip to content

Commit

Permalink
edac: remove tile driver
Browse files Browse the repository at this point in the history
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.

Acked-by: Borislav Petkov <bp@suse.de>
Acked-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Arnd Bergmann committed Mar 26, 2018
1 parent e53a05a commit 0833f76
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 275 deletions.
8 changes: 0 additions & 8 deletions drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions drivers/edac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
265 changes: 0 additions & 265 deletions drivers/edac/tile_edac.c

This file was deleted.

0 comments on commit 0833f76

Please sign in to comment.