From: Randy Dunlap <rdunlap@xxxxxxxxxxxx> mrst/pmu.c uses interfaces from linux/module.h, so it should include that file. This fixes build errors. Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxx> --- arch/x86/platform/mrst/pmu.c | 1 + 1 file changed, 1 insertion(+) --- linux-next-20110729.orig/arch/x86/platform/mrst/pmu.c +++ linux-next-20110729/arch/x86/platform/mrst/pmu.c @@ -21,6 +21,7 @@ #include <linux/debugfs.h> #include <linux/delay.h> #include <linux/interrupt.h> +#include <linux/module.h> #include <linux/pci.h> #include <linux/seq_file.h> #include <linux/sfi.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html