diff options
author | Chanwoo Choi <cw00.choi@samsung.com> | 2012-05-09 12:32:04 +0900 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-09 15:15:59 -0700 |
commit | 6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68 (patch) | |
tree | 4f66686fa3df7e9a060f9a729eb17c9aba846bc0 /drivers/misc/Makefile | |
parent | b76668ba8a7722f589af2e13a340f3629430a35a (diff) | |
download | op-kernel-dev-6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68.zip op-kernel-dev-6a7e2618b3dbfbf1e8ab2b4be102b2944738fb68.tar.gz |
misc: MAX8997: Remove max8997-muic driver
This patch remove old max8997-muic drvier because of newly Extcon framework.
Extcon framework manages the external connector, so add extcon-max8997 driver
by using Extcon interface to support MUIC feature of Maxim 8997 PMIC instead
of max8997-muic driver(drivers/misc/max8997-muic.c).
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 3e1d801..b26495a 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -48,4 +48,3 @@ obj-y += lis3lv02d/ obj-y += carma/ obj-$(CONFIG_USB_SWITCH_FSA9480) += fsa9480.o obj-$(CONFIG_ALTERA_STAPL) +=altera-stapl/ -obj-$(CONFIG_MAX8997_MUIC) += max8997-muic.o |