1
0
Fork 0

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>
wifi-calibration
Stephen Rothwell 2007-05-22 11:10:19 +10:00 committed by Linus Torvalds
parent df5f6311f1
commit d257905323
1 changed files with 1 additions and 1 deletions

View File

@ -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)