]> git.baikalelectronics.ru Git - kernel.git/commit
memory: remove unused CONFIG_MEM_BLOCK_SIZE
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 5 Nov 2021 20:39:00 +0000 (13:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 6 Nov 2021 20:30:36 +0000 (13:30 -0700)
commitd756b65a801542a3a53bb776ecf4fb4d3b94bab0
tree52b221341347ccb4a81dc06e649389e67720e078
parenta47ef09cd8de108e47cea12ade3f097a7e4d41e0
memory: remove unused CONFIG_MEM_BLOCK_SIZE

Commit f4139dd75369 ("[PATCH] memory hotplug: sysfs and add/remove
functions") defines CONFIG_MEM_BLOCK_SIZE, but this has never been
utilized anywhere.

It is a good practice to keep the CONFIG_* defines exclusively for the
Kbuild system.  So, drop this unused definition.

This issue was noticed due to running ./scripts/checkkconfigsymbols.py.

Link: https://lkml.kernel.org/r/20211006120354.7468-1-lukas.bulwahn@gmail.com
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/memory.h