The patch titled edac: AMD8111 driver source file v3 has been added to the -mm tree. Its filename is edac-amd8111-driver-source-file-v3.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://userweb.kernel.org/~akpm/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: AMD8111 driver source file v3 From: Harry Ciao <qingtao.cao@xxxxxxxxxxxxx> Introduce AMD8111 EDAC driver source file, which makes use of error detections on the LPC Bridge Controller and PCI Bridge Controller on the AMD8111 HyperTransport I/O Hub. Signed-off-by: Harry Ciao <qingtao.cao@xxxxxxxxxxxxx> Cc: Doug Thompson <norsk5@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/edac/amd8111_edac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/amd8111_edac.c~edac-amd8111-driver-source-file-v3 drivers/edac/amd8111_edac.c --- a/drivers/edac/amd8111_edac.c~edac-amd8111-driver-source-file-v3 +++ a/drivers/edac/amd8111_edac.c @@ -24,10 +24,10 @@ #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h> -#include <linux/io.h> #include <linux/bitops.h> #include <linux/edac.h> #include <linux/pci_ids.h> +#include <asm/io.h> #include "edac_core.h" #include "edac_module.h" _ Patches currently in -mm which might be from qingtao.cao@xxxxxxxxxxxxx are edac-amd8111-driver-header-file.patch edac-amd8111-driver-header-file-v3.patch edac-amd8111-driver-source-file.patch edac-amd8111-driver-source-file-v3.patch edac-add-edac_pci_alloc_index.patch pci-add-amd8111-pci-bridge-pci-device-id.patch edac-amd8131-driver-header-file.patch edac-amd8131-driver-source-file.patch edac-amd8131-driver-source-file-v2.patch edac-amd8131-driver-kconfig-makefile.patch edac-amd8111-driver-kconfig-makefile.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