[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210730145518.147805-1-qiaoyanbo_310@163.com>
Date: Fri, 30 Jul 2021 22:55:18 +0800
From: Yanbo Qiao <qiaoyanbo_310@....com>
To: anton@...era.com
Cc: linux-ntfs-dev@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Yanbo Qiao <qiaoyanbo_310@....com>, Hui Su <suhui@...u.com>
Subject: [PATCH] fs/ntfs: delete unused header file
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@....com>
Signed-off-by: Hui Su <suhui@...u.com>
---
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
Powered by blists - more mailing lists