]> git.ipfire.org Git - thirdparty/linux.git/commit
lib: glob: add explicit include for export.h
authorJosh Law <objecting@objecting.org>
Sun, 1 Mar 2026 15:21:41 +0000 (15:21 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 28 Mar 2026 04:19:37 +0000 (21:19 -0700)
commitf5e74cbdbea32e3bf0bcd8d32e7ac8c90518e359
tree5e811796a53b8dcbefd8b1abb74d8b1d7dbca4ee
parent3a1c3be1789580a8d15e810f8fb1958c7185680c
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>
lib/glob.c