[PATCH] fs/ntfs: delete unused header file

From: Yanbo Qiao
Date: Fri Jul 30 2021 - 11:00:46 EST


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 <qiaoyanbo_310@xxxxxxx>
Signed-off-by: Hui Su <suhui@xxxxxxxx>
---
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