The patch titled edac: pasemi_edac needs to include linux/edac.h has been added to the -mm tree. Its filename is edac-pasemi_edac-needs-to-include-linux-edach.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: edac: pasemi_edac needs to include linux/edac.h From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Commit c3c52bce6993c6d37af2c2de9b482a7013d646a7 ("edac: fix module initialization on several modules 2nd time") added a call to opstate_init but did not include linux/edac.h that declares it. Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Hitoshi Mitake <h.mitake@xxxxxxxxx> Cc: Olof Johansson <olof@xxxxxxxxx> Cc: Doug Thompson <dougthompson@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/pasemi_edac.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/edac/pasemi_edac.c~edac-pasemi_edac-needs-to-include-linux-edach drivers/edac/pasemi_edac.c --- a/drivers/edac/pasemi_edac.c~edac-pasemi_edac-needs-to-include-linux-edach +++ a/drivers/edac/pasemi_edac.c @@ -26,6 +26,7 @@ #include <linux/pci.h> #include <linux/pci_ids.h> #include <linux/slab.h> +#include <linux/edac.h> #include "edac_core.h" #define MODULE_NAME "pasemi_edac" _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are origin.patch edac-pasemi_edac-needs-to-include-linux-edach.patch git-kvm.patch smsc-ircc2-wrap-pnp-probe-code-in-ifdef-config_pnp.patch nsc-ircc-wrap-pnp-probe-code-in-ifdef-config_pnp.patch git-xfs.patch viocons-bkl-locking.patch consoles-switch-to-int-put_char-method.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