The patch titled drivers/base/memory.c: fix fallout from sysdev API changes has been added to the -mm tree. Its filename is drivers-base-memoryc-fix-fallout-from-sysdev-api-changes.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: drivers/base/memory.c: fix fallout from sysdev API changes From: Nathan Lynch <ntl@xxxxxxxxx> drivers/base/memory.c:280: warning: initialization from incompatible pointer type Signed-off-by: Nathan Lynch <ntl@xxxxxxxxx> Cc: Badari Pulavarty <pbadari@xxxxxxxxxx> Cc: Andi Kleen <andi@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/base/memory.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff -puN drivers/base/memory.c~drivers-base-memoryc-fix-fallout-from-sysdev-api-changes drivers/base/memory.c --- a/drivers/base/memory.c~drivers-base-memoryc-fix-fallout-from-sysdev-api-changes +++ a/drivers/base/memory.c @@ -103,7 +103,8 @@ static ssize_t show_mem_phys_index(struc /* * Show whether the section of memory is likely to be hot-removable */ -static ssize_t show_mem_removable(struct sys_device *dev, char *buf) +static ssize_t show_mem_removable(struct sys_device *dev, + struct sysdev_attribute *attr, char *buf) { unsigned long start_pfn; int ret; _ Patches currently in -mm which might be from ntl@xxxxxxxxx are origin.patch drivers-base-memoryc-fix-fallout-from-sysdev-api-changes.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