summaryrefslogtreecommitdiffstats
path: root/fs/ncpfs/file.c
diff options
context:
space:
mode:
authorAl Viro2011-01-12 23:37:47 +0100
committerAl Viro2011-01-13 02:03:43 +0100
commit32c419d95f3d1da891ab9bd032a214ee05b94ed4 (patch)
tree632076181909966044e4b1e14a7f5031b868195d /fs/ncpfs/file.c
parentswitch ncpfs (diff)
downloadkernel-qcow2-linux-32c419d95f3d1da891ab9bd032a214ee05b94ed4.tar.gz
kernel-qcow2-linux-32c419d95f3d1da891ab9bd032a214ee05b94ed4.tar.xz
kernel-qcow2-linux-32c419d95f3d1da891ab9bd032a214ee05b94ed4.zip
move internal-only parts of ncpfs headers to fs/ncpfs
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ncpfs/file.c')
-rw-r--r--fs/ncpfs/file.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ncpfs/file.c b/fs/ncpfs/file.c
index cb50aaf981df..0ed65e0c3dfe 100644
--- a/fs/ncpfs/file.c
+++ b/fs/ncpfs/file.c
@@ -18,8 +18,7 @@
#include <linux/vmalloc.h>
#include <linux/sched.h>
-#include <linux/ncp_fs.h>
-#include "ncplib_kernel.h"
+#include "ncp_fs.h"
static int ncp_fsync(struct file *file, int datasync)
{