diff options
author | Kristina Martšenko <kristina.martsenko@gmail.com> | 2014-06-30 22:16:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-06-30 23:18:34 -0700 |
commit | de1c4400bf0a34ae4fba96343e42b46c8c621a6e (patch) | |
tree | dd7975255af76a8537362add1b50ee98e475d569 /drivers/staging/Makefile | |
parent | c047b443ac33f599ada99f8d0b36c8c13bee4b65 (diff) | |
download | talos-op-linux-de1c4400bf0a34ae4fba96343e42b46c8c621a6e.tar.gz talos-op-linux-de1c4400bf0a34ae4fba96343e42b46c8c621a6e.zip |
staging: wlags49_h2(5): remove driver
Remove the driver as it hasn't been cleaned up and it doesn't look like
anyone is going to work on it anymore.
Signed-off-by: Kristina Martšenko <kristina.martsenko@gmail.com>
Cc: Henk de Groot <pe1dnn@amsat.org>
Cc: David Kilroy <kilroyd@googlemail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 8ad1689da19d..22bb98e46d36 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -31,8 +31,6 @@ obj-$(CONFIG_VT6656) += vt6656/ obj-$(CONFIG_VME_BUS) += vme/ obj-$(CONFIG_DX_SEP) += sep/ obj-$(CONFIG_IIO) += iio/ -obj-$(CONFIG_WLAGS49_H2) += wlags49_h2/ -obj-$(CONFIG_WLAGS49_H25) += wlags49_h25/ obj-$(CONFIG_CXT1E1) += cxt1e1/ obj-$(CONFIG_FB_XGI) += xgifb/ obj-$(CONFIG_TIDSPBRIDGE) += tidspbridge/ |