Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Dmitry Artamonow and committed by
Samuel Ortiz
4995c0b3 499a2673

+1 -1
+1 -1
drivers/mfd/Makefile
··· 3 3 # 4 4 5 5 obj-$(CONFIG_MFD_SM501) += sm501.o 6 - obj-$(CONFIG_MFD_ASIC3) += asic3.o 6 + obj-$(CONFIG_MFD_ASIC3) += asic3.o tmio_core.o 7 7 obj-$(CONFIG_MFD_SH_MOBILE_SDHI) += sh_mobile_sdhi.o 8 8 9 9 obj-$(CONFIG_HTC_EGPIO) += htc-egpio.o