mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 12:25:08 +07:00
052450fdc5
Due to a problem in the MFD Kconfig it was not possible to
compile the UCB battery driver for the Collie SA1100 system,
in turn making it impossible to compile in the battery driver.
(See patch "mfd: include all drivers in subsystem menu".)
After fixing the MFD Kconfig (separate patch) a compile error
appears in the Collie battery driver due to the <mach/collie.h>
implicitly requiring <mach/hardware.h> through <linux/gpio.h>
via <mach/gpio.h> prior to commit
|
||
---|---|---|
.. | ||
assabet.h | ||
badge4.h | ||
bitfield.h | ||
cerf.h | ||
collie.h | ||
debug-macro.S | ||
entry-macro.S | ||
generic.h | ||
h3xxx.h | ||
hardware.h | ||
irqs.h | ||
jornada720.h | ||
memory.h | ||
mtd-xip.h | ||
nanoengine.h | ||
neponset.h | ||
reset.h | ||
SA-1100.h | ||
SA-1101.h | ||
shannon.h | ||
simpad.h | ||
timex.h | ||
uncompress.h |