diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 10:09:27 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-15 12:02:35 -0700 |
commit | e9d599220b97e7d52311f6011c75ba0cfcb356fe (patch) | |
tree | 1309442e3019c2d0b469e3bafdb4eed2e3cc3c73 /drivers/staging/Makefile | |
parent | 0b33559a1adb3b9953503c9b55a61c37db34ffc0 (diff) | |
download | talos-obmc-linux-e9d599220b97e7d52311f6011c75ba0cfcb356fe.tar.gz talos-obmc-linux-e9d599220b97e7d52311f6011c75ba0cfcb356fe.zip |
Staging: remove sxg driver
Unfortunatly, the upstream company has abandonded development of this
driver. So it's best to just remove the driver from the tree.
Cc: Christopher Harrer <charrer@alacritech.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index fa5361664ba8..c30093bae621 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -5,7 +5,6 @@ obj-$(CONFIG_STAGING) += staging.o obj-$(CONFIG_ET131X) += et131x/ obj-$(CONFIG_SLICOSS) += slicoss/ -obj-$(CONFIG_SXG) += sxg/ obj-$(CONFIG_VIDEO_GO7007) += go7007/ obj-$(CONFIG_USB_IP_COMMON) += usbip/ obj-$(CONFIG_W35UND) += winbond/ |