mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 02:04:05 +08:00
Don't include private files from user-visible part of linux/ncp_fs.h
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
parent
9cdcb56636
commit
58908d093e
@ -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>
|
||||
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user