From 979fb1d6ec8f63074961fe3f88c25e9d208335dd Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 6 Feb 2025 12:12:47 +0000 Subject: [PATCH] Revert "fs: fix missing declaration of init_files" This reverts commit bb00b1190b1030b3504d1665387a444e3aa6e79d which is commit 2b2fc0be98a828cf33a88a28e9745e8599fb05cf upstream. It breaks the Android kernel abi and can be brought back in the future in an abi-safe way if it is really needed. Bug: 161946584 Change-Id: Ib6926beda39531de3e1a1025b981b560535347a4 Signed-off-by: Greg Kroah-Hartman --- fs/file.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/file.c b/fs/file.c index bc0c087b31bb..48f0b28da524 100644 --- a/fs/file.c +++ b/fs/file.c @@ -21,7 +21,6 @@ #include #include #include -#include #include "internal.h"