diff options
author | Alan Cox <alan@linux.intel.com> | 2015-02-03 13:18:03 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-02-03 15:58:52 -0800 |
commit | b5d78b7f816ecfdf274e7673e79ce165d3f052cb (patch) | |
tree | b8897788254d10aaea0be2ade59dedd7f6266ba0 /drivers/staging/Makefile | |
parent | 2cbf7fe2d5d32a4747c1f8ad163e886dccad930c (diff) | |
download | blackbird-op-linux-b5d78b7f816ecfdf274e7673e79ce165d3f052cb.tar.gz blackbird-op-linux-b5d78b7f816ecfdf274e7673e79ce165d3f052cb.zip |
staging: cptm1217: blow it all away
We have a drivers/input layer for Synaptics products and nothing should now
be using the staging driver.
Signed-off-by: Alan Cox <alan@linux.intel.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 6e0ac524c84d..bd02e9b970de 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -28,7 +28,6 @@ obj-$(CONFIG_FB_XGI) += xgifb/ obj-$(CONFIG_USB_EMXX) += emxx_udc/ obj-$(CONFIG_FT1000) += ft1000/ obj-$(CONFIG_SPEAKUP) += speakup/ -obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += cptm1217/ obj-$(CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4) += ste_rmi4/ obj-$(CONFIG_MFD_NVEC) += nvec/ obj-$(CONFIG_ANDROID) += android/ |