projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df5f631
)
Fix headers check fallout
author
Stephen Rothwell
<
[email protected]
>
Tue, 22 May 2007 01:10:19 +0000
(11:10 +1000)
committer
Linus Torvalds
<
[email protected]
>
Tue, 22 May 2007 04:47:27 +0000
(21:47 -0700)
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
patch
|
blob
|
history
diff --git
a/include/linux/smb_fs.h
b/include/linux/smb_fs.h
index 6b51a48e8995ac2d758e855752ca3a924db7bba1..2c5cd55f44fff4ab96bda8b48cd439d4bcf47099 100644
(file)
--- 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)