OSDN Git Service

mm/memory_hotplug: drop the flags field from struct mhp_restrictions
[tomoyo/tomoyo-test1.git] / include / linux / memory_hotplug.h
index ef55115..7c1bcff 100644 (file)
@@ -59,11 +59,9 @@ enum {
 
 /*
  * Restrictions for the memory hotplug:
- * flags:  MHP_ flags
  * altmap: alternative allocator for memmap array
  */
 struct mhp_restrictions {
-       unsigned long flags;
        struct vmem_altmap *altmap;
 };