diff options
| author | Thomas Weißschuh <thomas.weissschuh@linutronix.de> | 2026-03-04 08:48:59 +0100 |
|---|---|---|
| committer | Thomas Gleixner <tglx@kernel.org> | 2026-03-11 10:18:30 +0100 |
| commit | c0c9439ba30738104cdf1a50f82c7c189729f3a6 (patch) | |
| tree | 3d85dd369a898f0a443fba23f3a5111f5f945553 /lib/vdso | |
| parent | dc432ab7130bb39f5a351281a02d4bc61e85a14a (diff) | |
| download | lwn-c0c9439ba30738104cdf1a50f82c7c189729f3a6.tar.gz lwn-c0c9439ba30738104cdf1a50f82c7c189729f3a6.zip | |
vdso/datastore: Drop inclusion of linux/mmap_lock.h
This header is unnecessary and together with some upcoming changes would
introduce compiler warnings.
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Tested-by: Andreas Larsson <andreas@gaisler.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Reviewed-by: Christophe Leroy (CS GROUP) <chleroy@kernel.org>
Link: https://lore.kernel.org/lkml/20250916-mm-rcuwait-v1-1-39a3beea6ec3@linutronix.de/
Link: https://patch.msgid.link/20260304-vdso-sparc64-generic-2-v6-2-d8eb3b0e1410@linutronix.de
Diffstat (limited to 'lib/vdso')
| -rw-r--r-- | lib/vdso/datastore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vdso/datastore.c b/lib/vdso/datastore.c index 2cca4e84e5b5..7377fcb6e1df 100644 --- a/lib/vdso/datastore.c +++ b/lib/vdso/datastore.c @@ -1,7 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only #include <linux/linkage.h> -#include <linux/mmap_lock.h> #include <linux/mm.h> #include <linux/time_namespace.h> #include <linux/types.h> |
