diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:24:47 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:56 -0700 |
commit | c116954b2c9707f540eca852b3b86a087dffa4b4 (patch) | |
tree | 8ffe0785865a5359dbec157070ac1fc99b55c463 /drivers/char/Makefile | |
parent | 4189ff23489e6688ef4c7f5109df0cebbad425b1 (diff) | |
download | linux-next-c116954b2c9707f540eca852b3b86a087dffa4b4.tar.gz |
char: remove the SGI snsc driver
The SGI SN2 support is about to be removed. Remove this driver that
depends on the SN2 support.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lkml.kernel.org/r/20190813072514.23299-2-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
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 fbea7dd12932..50835d420471 100644 --- a/drivers/char/Makefile +++ b/drivers/char/Makefile @@ -9,7 +9,6 @@ obj-y += misc.o obj-$(CONFIG_ATARI_DSP56K) += dsp56k.o obj-$(CONFIG_VIRTIO_CONSOLE) += virtio_console.o obj-$(CONFIG_RAW_DRIVER) += raw.o -obj-$(CONFIG_SGI_SNSC) += snsc.o snsc_event.o obj-$(CONFIG_MSPEC) += mspec.o obj-$(CONFIG_UV_MMTIMER) += uv_mmtimer.o obj-$(CONFIG_IBM_BSR) += bsr.o |