[PATCH 1/8] ext4: ext_common.h: drop declaration of never-defined part_offset

Ahmad Fatoum a.fatoum at pengutronix.de
Tue Feb 16 15:02:01 EST 2021


part_offset is a left-over from the U-Boot port and unused anywhere.
Drop it.

Signed-off-by: Ahmad Fatoum <a.fatoum at pengutronix.de>
---
 fs/ext4/ext_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ext4/ext_common.h b/fs/ext4/ext_common.h
index a28f591bc441..350cc6efe535 100644
--- a/fs/ext4/ext_common.h
+++ b/fs/ext4/ext_common.h
@@ -232,5 +232,4 @@ struct ext2_data {
 	struct ext4fs_indir_block indir1, indir2, indir3;
 };
 
-extern unsigned long part_offset;
 #endif
-- 
2.29.2




More information about the barebox mailing list