mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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 <sfr@canb.auug.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
df5f6311f1
commit
d257905323
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user