Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d25790532370e7448e3d3bd25a17e1e9f1299816
Commit:     d25790532370e7448e3d3bd25a17e1e9f1299816
Parent:     df5f6311f171cc249e39ccd06321b68823ac68f0
Author:     Stephen Rothwell <[EMAIL PROTECTED]>
AuthorDate: Tue May 22 11:10:19 2007 +1000
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon May 21 21:47:27 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 include/linux/smb_fs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/smb_fs.h b/include/linux/smb_fs.h
index 6b51a48..2c5cd55 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 <linux/jiffies.h>
 #include <linux/smb.h>
 
 /*
@@ -30,6 +29,7 @@
 #include <linux/pagemap.h>
 #include <linux/vmalloc.h>
 #include <linux/smb_mount.h>
+#include <linux/jiffies.h>
 #include <asm/unaligned.h>
 
 static inline struct smb_sb_info *SMB_SB(struct super_block *sb)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to