All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/ntfs: delete unused header file
@ 2021-07-30 14:55 Yanbo Qiao
  0 siblings, 0 replies; only message in thread
From: Yanbo Qiao @ 2021-07-30 14:55 UTC (permalink / raw)
  To: anton; +Cc: linux-ntfs-dev, linux-kernel, Yanbo Qiao, Hui Su

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@163.com>
Signed-off-by: Hui Su <suhui@zeku.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



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-30 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-30 14:55 [PATCH] fs/ntfs: delete unused header file Yanbo Qiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.