From: Stephen Rothwell Date: Tue, 22 May 2007 01:10:19 +0000 (+1000) Subject: Fix headers check fallout X-Git-Tag: v2.6.22-rc3~102 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=d25790532370e7448e3d3bd25a17e1e9f1299816;p=powerpc.git Fix headers check fallout commit e8edc6e03a5c8562dc70a6d969f732bdb355a7e7 added an include of linux/jiffies.h in linux/smb_fs.h outside the ifdef __KERNEL__. Signed-off-by: Stephen Rothwell Signed-off-by: Linus Torvalds --- diff --git a/include/linux/smb_fs.h b/include/linux/smb_fs.h index 6b51a48e89..2c5cd55f44 100644 --- a/include/linux/smb_fs.h +++ b/include/linux/smb_fs.h @@ -9,7 +9,6 @@ #ifndef _LINUX_SMB_FS_H #define _LINUX_SMB_FS_H -#include #include /* @@ -30,6 +29,7 @@ #include #include #include +#include #include static inline struct smb_sb_info *SMB_SB(struct super_block *sb)