Skip to content

Commit

Permalink
Don't include private headers from user-visible part of linux/smb_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 1af0422 commit 19b3bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/linux/smb_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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>
Expand Down

0 comments on commit 19b3bd6

Please sign in to comment.