I get the following build error:

        drivers/built-in.o: In function `mmc_alloc_host':
        mmci.c:(.text+0x80c44): undefined reference to `mmc_pm_notify'

Seems to be down to 4c2ef25fe.  The commit claims to fix the CONFIG_PM=n
build, but it seems not to as mmc_pm_notify() is within an #ifdef CONFIG_PM
block but the initialization isn't.

akpm - do you still have your "fix CONFIG_PM=n" changes for this patch?

-- 
Russell King
--
To unsubscribe from this list: send the line "unsubscribe linux-mmc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to