Blame SOURCES/0048-fs-ntfs3-Change-right-headers-to-bitfunc.c.patch

Kmods SIG 8b815c
From c632f639d1d9bb3e379741a30c6882342d859daf Mon Sep 17 00:00:00 2001
Kmods SIG 8b815c
From: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Date: Thu, 2 Sep 2021 19:15:25 +0300
Kmods SIG 8b815c
Subject: [Backport c632f639d1d9] src: Change right headers to bitfunc.c
Kmods SIG 8b815c
Kmods SIG 8b815c
We only need linux/types.h for types like u8 etc. So we can remove rest
Kmods SIG 8b815c
and help compiler a little bit.
Kmods SIG 8b815c
Kmods SIG 8b815c
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG 8b815c
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Kmods SIG 8b815c
---
Kmods SIG 8b815c
 src/bitfunc.c | 7 +------
Kmods SIG 8b815c
 1 file changed, 1 insertion(+), 6 deletions(-)
Kmods SIG 8b815c
Kmods SIG 8b815c
diff --git a/src/bitfunc.c b/src/bitfunc.c
Kmods SIG 8b815c
index ce304d40b5e1642cc84d48143e2aa961ac3ea735..bf10e2da5c6e3d29d3788055b2b664927cc9f29b 100644
Kmods SIG 8b815c
--- a/src/bitfunc.c
Kmods SIG 8b815c
+++ b/src/bitfunc.c
Kmods SIG 8b815c
@@ -5,13 +5,8 @@
Kmods SIG 8b815c
  *
Kmods SIG 8b815c
  */
Kmods SIG 8b815c
 
Kmods SIG 8b815c
-#include <linux/blkdev.h>
Kmods SIG 8b815c
-#include <linux/buffer_head.h>
Kmods SIG 8b815c
-#include <linux/fs.h>
Kmods SIG 8b815c
-#include <linux/nls.h>
Kmods SIG 8b815c
+#include <linux/types.h>
Kmods SIG 8b815c
 
Kmods SIG 8b815c
-#include "debug.h"
Kmods SIG 8b815c
-#include "ntfs.h"
Kmods SIG 8b815c
 #include "ntfs_fs.h"
Kmods SIG 8b815c
 
Kmods SIG 8b815c
 #define BITS_IN_SIZE_T (sizeof(size_t) * 8)
Kmods SIG 8b815c
-- 
Kmods SIG 8b815c
2.31.1
Kmods SIG 8b815c