diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 10:40:32 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-08-16 10:40:32 -0700 |
commit | 3afebf577d4cb21215abb388e80c46c9c387ed0f (patch) | |
tree | 68db9434049a5119cc5e0a5d689dbfaa7419f6af /drivers/extcon/Makefile | |
parent | 980d7929816236476967218645c30acc022042eb (diff) | |
download | talos-obmc-linux-3afebf577d4cb21215abb388e80c46c9c387ed0f.tar.gz talos-obmc-linux-3afebf577d4cb21215abb388e80c46c9c387ed0f.zip |
Revert "Extcon: adc_jack: adc-jack driver to support 3.5 pi or simliar devices"
This reverts commit 980d7929816236476967218645c30acc022042eb as it
breaks the build with the error:
ERROR: "extcon_cable_name" [drivers/extcon/extcon-adc-jack.ko] undefined!
Cc: Lars-Peter Clausen <lars@metafoo.de>
Cc: anish kumar <anish.singh@samsung.com>
Cc: MyungJoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/extcon/Makefile')
-rw-r--r-- | drivers/extcon/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/extcon/Makefile b/drivers/extcon/Makefile index 53d88c1cce36..88961b332348 100644 --- a/drivers/extcon/Makefile +++ b/drivers/extcon/Makefile @@ -4,7 +4,6 @@ obj-$(CONFIG_EXTCON) += extcon_class.o obj-$(CONFIG_EXTCON_GPIO) += extcon_gpio.o -obj-$(CONFIG_EXTCON_ADC_JACK) += extcon-adc-jack.o obj-$(CONFIG_EXTCON_MAX77693) += extcon-max77693.o obj-$(CONFIG_EXTCON_MAX8997) += extcon-max8997.o obj-$(CONFIG_EXTCON_ARIZONA) += extcon-arizona.o |