Skip to content

Commit

Permalink
smbfs: remove duplicated #include
Browse files Browse the repository at this point in the history
Remove duplicated #include('s) in fs/smbfs/symlink.c

Signed-off-by: Huang Weiyi <weiyi.huang@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Huang Weiyi authored and Linus Torvalds committed May 25, 2010
1 parent f3bc318 commit 337bbfd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/smbfs/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <linux/pagemap.h>
#include <linux/net.h>
#include <linux/namei.h>
#include <linux/slab.h>

#include <asm/uaccess.h>
#include <asm/system.h>
Expand Down

0 comments on commit 337bbfd

Please sign in to comment.