summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorDmitry Artamonow <mad_soft@inbox.ru>2010-01-23 21:20:20 (GMT)
committerSamuel Ortiz <sameo@linux.intel.com>2010-01-29 20:03:09 (GMT)
commit4995c0b3673c6be76e54b2c89479b1cdf29e69ca (patch)
treeb4d48987207a77898d5c990e358c7390b8700253 /drivers
parent499a2673713c85734a54c37dd90b4b729de399c4 (diff)
downloadlinux-fsl-qoriq-4995c0b3673c6be76e54b2c89479b1cdf29e69ca.tar.xz
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/mfd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile
index 8f0d184..e09eb48 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