diff options
author | John W. Linville <linville@tuxdriver.com> | 2009-10-20 13:38:11 +0900 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-30 16:50:33 -0400 |
commit | 955015bb0b42167d14f776ff5947ae2463a974dc (patch) | |
tree | 335f775a2a99befc72c60d4388d54337d89a17a2 /drivers/staging/Makefile | |
parent | 0869aea0eb711982cd2b8bebf41b3c0191c89cde (diff) | |
download | lwn-955015bb0b42167d14f776ff5947ae2463a974dc.tar.gz lwn-955015bb0b42167d14f776ff5947ae2463a974dc.zip |
strip: move driver to staging
Move the strip ("Starmode Radio IP") driver to drivers/staging. For
several years this driver has only seen API "bombing-run" changes, and
few people ever had the hardware. This driver represents unnecessary
ongoing maintenance for no clear benefit.
This patch brought to you by the "hacking" session at the 2009 Kernel
Summit in Tokyo, Japan...
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 104f2f8897ec..4386a620e9b2 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -47,3 +47,4 @@ obj-$(CONFIG_RAR_REGISTER) += rar/ obj-$(CONFIG_DX_SEP) += sep/ obj-$(CONFIG_IIO) += iio/ obj-$(CONFIG_COWLOOP) += cowloop/ +obj-$(CONFIG_STRIP) += strip/ |