On Monday, November 26, 2012 05:09:19 PM Stephen Rothwell wrote:
> Hi Rafael,
> 
> After merging the pm tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
> 
> drivers/devfreq/governor_simpleondemand.c: In function 
> 'devfreq_simple_ondemand_func':
> drivers/devfreq/governor_simpleondemand.c:36:11: error: dereferencing pointer 
> to incomplete type
> drivers/devfreq/governor_simpleondemand.c:37:27: error: dereferencing pointer 
> to incomplete type
> drivers/devfreq/governor_simpleondemand.c:38:11: error: dereferencing pointer 
> to incomplete type
> drivers/devfreq/governor_simpleondemand.c:39:32: error: dereferencing pointer 
> to incomplete type
> 
> Caused by commit eff607fdb1f7 ("PM / devfreq: governors: add GPL module
> license and allow module build").  The definition of struct
> devfreq_simple_ondemand_data depends on
> CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND, but this is a modular build, so
> CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND_MODULE is defined instead.
> 
> I have used the pm tree fomr next-20121115 for today.

Sorry for the breakage, I've dropped the most recent devfreq patches from
my linux-next branch for now.

Thanks,
Rafael


-- 
I speak only for myself.
Rafael J. Wysocki, Intel Open Source Technology Center.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to