Skip to content

Commit

Permalink
Don't include private files from user-visible part of linux/ncp_fs.h
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
  • Loading branch information
David Woodhouse committed Apr 25, 2006
1 parent 9cdcb56 commit 58908d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/linux/ncp_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
#include <linux/in.h>
#include <linux/types.h>

#include <linux/ncp_fs_i.h>
#include <linux/ncp_fs_sb.h>
#include <linux/ipx.h>
#include <linux/ncp_no.h>

Expand Down Expand Up @@ -146,7 +144,8 @@ struct ncp_nls_ioctl

#ifdef __KERNEL__

#include <linux/config.h>
#include <linux/ncp_fs_i.h>
#include <linux/ncp_fs_sb.h>

/* undef because public define in umsdos_fs.h (ncp_fs.h isn't public) */
#undef PRINTK
Expand Down

0 comments on commit 58908d0

Please sign in to comment.