summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Artamonow2010-01-23 22:20:20 +0100
committerSamuel Ortiz2010-01-29 21:03:09 +0100
commit4995c0b3673c6be76e54b2c89479b1cdf29e69ca (patch)
treeb4d48987207a77898d5c990e358c7390b8700253
parentMerge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... (diff)
downloadkernel-qcow2-linux-4995c0b3673c6be76e54b2c89479b1cdf29e69ca.tar.gz
kernel-qcow2-linux-4995c0b3673c6be76e54b2c89479b1cdf29e69ca.tar.xz
kernel-qcow2-linux-4995c0b3673c6be76e54b2c89479b1cdf29e69ca.zip
mfd: Fix asic3 build
asic3 also needs tmio_core or otherwise will fail to build. Signed-off-by: Dmitry Artamonow <mad_soft@inbox.ru> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
-rw-r--r--drivers/mfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 8f0d18409ede..e09eb4870db6 100644
--- a/drivers/mfd/Makefile
+++ b/drivers/mfd/Makefile
@@ -3,7 +3,7 @@
#
obj-$(CONFIG_MFD_SM501) += sm501.o
-obj-$(CONFIG_MFD_ASIC3) += asic3.o
+obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o
obj-$(CONFIG_MFD_SH_MOBILE_SDHI) += sh_mobile_sdhi.o
obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o