diff options
author | Arnd Bergmann <arnd@arndb.de> | 2018-03-09 15:41:52 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-03-26 15:56:34 +0200 |
commit | 315e80e7fb25b46bf1c155a96a264d79b1c1d6f4 (patch) | |
tree | ff0f39c2ee3c91ebd41809c9190f9b61be663a31 /drivers/char/Makefile | |
parent | 59fc07b3e9d926bdb28c4a3e3e81f103a05e5fd4 (diff) | |
download | linux-315e80e7fb25b46bf1c155a96a264d79b1c1d6f4.tar.gz |
char: remove tile-srom.c
The tile architecture is being removed, so we no longer need this driver.
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r-- | drivers/char/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile index 4a34a71fe3d7..49b7bd84fa20 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -56,6 +56,5 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o obj-$(CONFIG_JS_RTC) += js-rtc.o js-rtc-y = rtc.o -obj-$(CONFIG_TILE_SROM) += tile-srom.o obj-$(CONFIG_XILLYBUS) += xillybus/ obj-$(CONFIG_POWERNV_OP_PANEL) += powernv-op-panel.o |