diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-26 15:37:54 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-07-26 15:37:54 -0700 |
commit | ca01583539b62729609e0ec8c21c813b75617a21 (patch) | |
tree | a4935d9fa753645f9eb1f90accd35c8c1a2e4a1c /drivers/staging/Makefile | |
parent | 0c4349c91625188930f12382b061399827bf4da6 (diff) | |
download | blackbird-obmc-linux-ca01583539b62729609e0ec8c21c813b75617a21.tar.gz blackbird-obmc-linux-ca01583539b62729609e0ec8c21c813b75617a21.zip |
staging: asus_oled: delete driver
No one has the hardware for it anymore, and there has not been any
development on it in a long time.
If someone shows up with the hardware, and wants to clean it up, this
can be easily reverted.
Reported-by: Lidza Louina <lidza.louina@gmail.com>
Cc: Jakub Schmidtke <sjakub@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 7fe578ea1708..ca14ab70b755 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -12,7 +12,6 @@ obj-$(CONFIG_PRISM2_USB) += wlan-ng/ obj-$(CONFIG_ECHO) += echo/ obj-$(CONFIG_COMEDI) += comedi/ obj-$(CONFIG_FB_OLPC_DCON) += olpc_dcon/ -obj-$(CONFIG_ASUS_OLED) += asus_oled/ obj-$(CONFIG_PANEL) += panel/ obj-$(CONFIG_R8187SE) += rtl8187se/ obj-$(CONFIG_RTL8192U) += rtl8192u/ |