Olof's autobuilder wrote:
Here are the build results from automated periodic testing.
The tree being built was next, found at:
http://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git (master branch)
Topmost commit:
134a9c9 Add linux-next specific files for 20140528
Build logs (stderr only) can be found at the following link
(experimental):
http://arm-soc.lixom.net/buildlogs/next/next-20140528/
Runtime: 42m 30s
Passed: 124 Failed: 2
Warnings: 409
Section mismatches: 2
Failed defconfigs: exynos_defconfig s3c6400_defconfig
Errors:
exynos_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
s3c6400_defconfig: drivers/mmc/host/sdhci-s3c.c:402:25: error: 'struct sdhci_host' has no member named 'card_tasklet'
Hmm, above error happens because of commit 3560db8e ("mmc: sdhci: push card_tasklet into threaded irq handler")...
Russell and Chris, How should it fixed up? Still used in drivers/mmc/host/sdhci-s3c.c and drivers/mmc/host/wbsd.c in next-20140528?
[...]
Thanks, Kukjin