diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 17:37:47 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-12 20:03:43 -0500 |
commit | 32c419d95f3d1da891ab9bd032a214ee05b94ed4 (patch) | |
tree | 632076181909966044e4b1e14a7f5031b868195d /fs/ncpfs/sock.c | |
parent | 0378c4051a621303ae919f1cee832206a4c1aa68 (diff) | |
download | op-kernel-dev-32c419d95f3d1da891ab9bd032a214ee05b94ed4.zip op-kernel-dev-32c419d95f3d1da891ab9bd032a214ee05b94ed4.tar.gz |
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/sock.c')
-rw-r--r-- | fs/ncpfs/sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ncpfs/sock.c b/fs/ncpfs/sock.c index 668bd26..3a15872 100644 --- a/fs/ncpfs/sock.c +++ b/fs/ncpfs/sock.c @@ -28,7 +28,7 @@ #include <linux/poll.h> #include <linux/file.h> -#include <linux/ncp_fs.h> +#include "ncp_fs.h" #include "ncpsign_kernel.h" |