lib: glob: add explicit include for export.h
Include <linux/export.h> explicitly instead of relying on it being implicitly included by <linux/module.h> for the EXPORT_SYMBOL macro. Link: https://lkml.kernel.org/r/20260301152143.2572137-1-objecting@objecting.org Signed-off-by: Josh Law <objecting@objecting.org> Reviewed-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>master
parent
3a1c3be178
commit
f5e74cbdbe
|
|
@ -1,6 +1,7 @@
|
|||
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
||||
#include <linux/module.h>
|
||||
#include <linux/glob.h>
|
||||
#include <linux/export.h>
|
||||
|
||||
/*
|
||||
* The only reason this code can be compiled as a module is because the
|
||||
|
|
|
|||
Loading…
Reference in New Issue