mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	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:
		
							parent
							
								
									df5f6311f1
								
							
						
					
					
						commit
						d257905323
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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…
	
	Add table
		
		Reference in a new issue
	
	 Stephen Rothwell
						Stephen Rothwell