mm: no need to export mm_kobj
There are no modules using mm_kobj, so do not export it. Link: https://lkml.kernel.org/r/2023080436-algebra-cabana-417d@gregkh Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Mike Rapoport (IBM) <rppt@kernel.org> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com> Reviewed-by: David Hildenbrand <david@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
9cf6a060f9
commit
dbdd2a989f
@ -154,7 +154,6 @@ early_param("mminit_loglevel", set_mminit_loglevel);
|
||||
#endif /* CONFIG_DEBUG_MEMORY_INIT */
|
||||
|
||||
struct kobject *mm_kobj;
|
||||
EXPORT_SYMBOL_GPL(mm_kobj);
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
s32 vm_committed_as_batch = 32;
|
||||
|
Loading…
Reference in New Issue
Block a user