Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

headers_check fix: linux/bfs_fs.h

fix the following 'make headers_check' warning:

usr/include/linux/bfs_fs.h:24: found __[us]{8,16,32,64} type without #include <linux/types.h>

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>

+2 -1
+2 -1
include/linux/bfs_fs.h
··· 6 6 #ifndef _LINUX_BFS_FS_H 7 7 #define _LINUX_BFS_FS_H 8 8 9 + #include <linux/types.h> 10 + 9 11 #define BFS_BSIZE_BITS 9 10 12 #define BFS_BSIZE (1<<BFS_BSIZE_BITS) 11 13 ··· 18 16 /* SVR4 vnode type values (bfs_inode->i_vtype) */ 19 17 #define BFS_VDIR 2L 20 18 #define BFS_VREG 1L 21 - 22 19 23 20 /* BFS inode layout on disk */ 24 21 struct bfs_inode {