The linux/time.h file is referenced using the
current_kernel_time() function.The current_kernel_time()
was moved from fs/ntfs/time.h, so delete the header file.
Signed-off-by: Yanbo Qiao <qia...@16...>
Signed-off-by: Hui Su <su...@ze...>
---
fs/ntfs/time.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/ntfs/time.h b/fs/ntfs/time.h
index 6b63261300cc..2c92abb5d8d2 100644
--- a/fs/ntfs/time.h
+++ b/fs/ntfs/time.h
@@ -8,7 +8,6 @@
#ifndef _LINUX_NTFS_TIME_H
#define _LINUX_NTFS_TIME_H
-#include <linux/time.h> /* For current_kernel_time(). */
#include <asm/div64.h> /* For do_div(). */
#include "endian.h"
--
2.30.2
|