dect
/
linux-2.6
Archived
13
0
Fork 0

Don't include private headers from user-visible part of linux/smb_fs.h

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
This commit is contained in:
David Woodhouse 2006-04-25 15:18:05 +01:00
parent 1af042271f
commit 19b3bd667b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,6 @@
#define _LINUX_SMB_FS_H
#include <linux/smb.h>
#include <linux/smb_fs_i.h>
#include <linux/smb_fs_sb.h>
/*
* ioctl commands
@ -24,6 +22,8 @@
#ifdef __KERNEL__
#include <linux/smb_fs_i.h>
#include <linux/smb_fs_sb.h>
#include <linux/fs.h>
#include <linux/pagemap.h>