diff options
author | Christoph Hellwig <hch@lst.de> | 2019-08-13 09:24:49 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2019-08-16 11:33:56 -0700 |
commit | defdeacb1ba891fa5084df5a809ceef488b0a9cf (patch) | |
tree | e572e45257609ae2fbb76887435d2a8a924e6905 /drivers/char/agp/Makefile | |
parent | 8334d1d415737198f64b0d31edb5daa0f14bb1e5 (diff) | |
download | linux-stable-defdeacb1ba891fa5084df5a809ceef488b0a9cf.tar.gz linux-stable-defdeacb1ba891fa5084df5a809ceef488b0a9cf.tar.bz2 linux-stable-defdeacb1ba891fa5084df5a809ceef488b0a9cf.zip |
char/agp: remove the sgi-agp 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-4-hch@lst.de
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'drivers/char/agp/Makefile')
-rw-r--r-- | drivers/char/agp/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/agp/Makefile b/drivers/char/agp/Makefile index 4a786ffd9dee..cb2497d157f6 100644 --- a/drivers/char/agp/Makefile +++ b/drivers/char/agp/Makefile @@ -16,7 +16,6 @@ obj-$(CONFIG_AGP_I460) += i460-agp.o obj-$(CONFIG_AGP_INTEL) += intel-agp.o obj-$(CONFIG_INTEL_GTT) += intel-gtt.o obj-$(CONFIG_AGP_NVIDIA) += nvidia-agp.o -obj-$(CONFIG_AGP_SGI_TIOCA) += sgi-agp.o obj-$(CONFIG_AGP_SIS) += sis-agp.o obj-$(CONFIG_AGP_SWORKS) += sworks-agp.o obj-$(CONFIG_AGP_UNINORTH) += uninorth-agp.o |