diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2022-03-03 01:49:09 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2022-05-20 06:25:48 +0300 |
commit | 70f8d9c5750bbb0ca4ef7e23d6abcb05e6061138 (patch) | |
tree | d4f1e7a2ac7b47d0729699c7c72524dc98d5a9ad /arch/alpha | |
parent | 279b192c23d2fc9cb9e8c3851d6cad968f51789f (diff) | |
download | linux-70f8d9c5750bbb0ca4ef7e23d6abcb05e6061138.tar.xz |
move mount-related externs from fs.h to mount.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/alpha')
-rw-r--r-- | arch/alpha/kernel/osf_sys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/alpha/kernel/osf_sys.c b/arch/alpha/kernel/osf_sys.c index 8bbeebb73cf0..d257293401e2 100644 --- a/arch/alpha/kernel/osf_sys.c +++ b/arch/alpha/kernel/osf_sys.c @@ -36,6 +36,7 @@ #include <linux/types.h> #include <linux/ipc.h> #include <linux/namei.h> +#include <linux/mount.h> #include <linux/uio.h> #include <linux/vfs.h> #include <linux/rcupdate.h> |