The patch titled Subject: include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memory_block has been added to the -mm tree. Its filename is mm-drop-elements-hw-and-phys_callback-from-struct-memory_block.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-drop-elements-hw-and-phys_callback-from-struct-memory_block.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-drop-elements-hw-and-phys_callback-from-struct-memory_block.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Anshuman Khandual <anshuman.khandual@xxxxxxx> Subject: include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memory_block memory_block structure elements 'hw' and 'phys_callback' are not getting used. This was originally added with commit 3947be1969a9 ("[PATCH] memory hotplug: sysfs and add/remove functions") but never seem to have been used. Just drop them now. Link: http://lkml.kernel.org/r/1576728650-13867-1-git-send-email-anshuman.khandual@xxxxxxx Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx> Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx> Reviewed-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/memory.h | 2 -- 1 file changed, 2 deletions(-) --- a/include/linux/memory.h~mm-drop-elements-hw-and-phys_callback-from-struct-memory_block +++ a/include/linux/memory.h @@ -29,8 +29,6 @@ struct memory_block { int section_count; /* serialized by mem_sysfs_mutex */ int online_type; /* for passing data to online routine */ int phys_device; /* to which fru does this belong? */ - void *hw; /* optional pointer to fw/hw data */ - int (*phys_callback)(struct memory_block *); struct device dev; int nid; /* NID for this memory block */ }; _ Patches currently in -mm which might be from anshuman.khandual@xxxxxxx are mm-drop-elements-hw-and-phys_callback-from-struct-memory_block.patch