The patch titled edac: AMD8111 driver header file has been added to the -mm tree. Its filename is edac-amd8111-driver-header-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 header file From: Harry Ciao <qingtao.cao@xxxxxxxxxxxxx> Introduce AMD8111 EDAC driver header file, which adds register and bits definitions for 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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/edac/amd8111_edac.h~edac-amd8111-driver-header-file-v3 drivers/edac/amd8111_edac.h --- a/drivers/edac/amd8111_edac.h~edac-amd8111-driver-header-file-v3 +++ a/drivers/edac/amd8111_edac.h @@ -109,7 +109,7 @@ struct amd8111_dev_info { u16 err_dev; /* PCI Device ID */ struct pci_dev *dev; int edac_idx; /* device index */ - const char *ctl_name; + char *ctl_name; struct edac_device_ctl_info *edac_dev; void (*init)(struct amd8111_dev_info *dev_info); void (*exit)(struct amd8111_dev_info *dev_info); _ 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-v2.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