mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
fs/ntfs3: Change right headers to bitfunc.c
We only need linux/types.h for types like u8 etc. So we can remove rest and help compiler a little bit. Signed-off-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
parent
b6ba81034b
commit
c632f639d1
@ -5,13 +5,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/blkdev.h>
|
#include <linux/types.h>
|
||||||
#include <linux/buffer_head.h>
|
|
||||||
#include <linux/fs.h>
|
|
||||||
#include <linux/nls.h>
|
|
||||||
|
|
||||||
#include "debug.h"
|
|
||||||
#include "ntfs.h"
|
|
||||||
#include "ntfs_fs.h"
|
#include "ntfs_fs.h"
|
||||||
|
|
||||||
#define BITS_IN_SIZE_T (sizeof(size_t) * 8)
|
#define BITS_IN_SIZE_T (sizeof(size_t) * 8)
|
||||||
|
Loading…
Reference in New Issue
Block a user