From 1dfdfc94730bde781c87b25fd606f6dfaffe9097 Mon Sep 17 00:00:00 2001 From: Russell King Date: Tue, 4 Jun 2019 14:49:30 +0100 Subject: fs/adfs: add helper to get discrecord from map Add a helper to get the disc record from the map, rather than open coding this in adfs_fill_super(). Signed-off-by: Russell King Signed-off-by: Al Viro --- fs/adfs/map.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fs/adfs/map.c') diff --git a/fs/adfs/map.c b/fs/adfs/map.c index 6935f05202ac..5f2d9d775305 100644 --- a/fs/adfs/map.c +++ b/fs/adfs/map.c @@ -7,7 +7,6 @@ * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ -#include #include #include "adfs.h" -- cgit v1.2.3