The patch titled mfd/ucb1400 sound driver uses/depends on AC97_BUS has been removed from the -mm tree. Its filename was mfd-ucb1400-sound-driver-uses-depends-on-ac97_bus.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mfd/ucb1400 sound driver uses/depends on AC97_BUS From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> mfd/ucb1400 sound driver uses/depends on AC97_BUS: ERROR: "ac97_bus_type" [drivers/mfd/ucb1400_core.ko] undefined! Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Acked-by: Samuel Ortiz <sameo@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/mfd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/mfd/Kconfig~mfd-ucb1400-sound-driver-uses-depends-on-ac97_bus drivers/mfd/Kconfig --- a/drivers/mfd/Kconfig~mfd-ucb1400-sound-driver-uses-depends-on-ac97_bus +++ a/drivers/mfd/Kconfig @@ -52,6 +52,7 @@ config HTC_PASIC3 config UCB1400_CORE tristate "Philips UCB1400 Core driver" + depends on AC97_BUS help This enables support for the Philips UCB1400 core functions. The UCB1400 is an AC97 audio codec. _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are origin.patch memory_probe-fix-wrong-sysfs-file-attribute.patch memory_probe-fix-wrong-sysfs-file-attribute-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html