Fix headers check fallout

commit e8edc6e03a added an include of
linux/jiffies.h in linux/smb_fs.h outside the ifdef __KERNEL__.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Stephen Rothwell 2007-05-22 11:10:19 +10:00 committed by Linus Torvalds
parent df5f6311f1
commit d257905323

View file

@ -9,7 +9,6 @@
#ifndef _LINUX_SMB_FS_H #ifndef _LINUX_SMB_FS_H
#define _LINUX_SMB_FS_H #define _LINUX_SMB_FS_H
#include <linux/jiffies.h>
#include <linux/smb.h> #include <linux/smb.h>
/* /*
@ -30,6 +29,7 @@
#include <linux/pagemap.h> #include <linux/pagemap.h>
#include <linux/vmalloc.h> #include <linux/vmalloc.h>
#include <linux/smb_mount.h> #include <linux/smb_mount.h>
#include <linux/jiffies.h>
#include <asm/unaligned.h> #include <asm/unaligned.h>
static inline struct smb_sb_info *SMB_SB(struct super_block *sb) static inline struct smb_sb_info *SMB_SB(struct super_block *sb)