summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-02-16 21:02:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2021-02-18 09:23:42 +0100
commit77bafc30c0b6bf0289f44f08f462310b86e7b4be (patch)
tree43620260d6c928b44719c3d1b3bdc67968790a9a /fs
parent3a5917ddaedb1256a712a6287f7f050038021a98 (diff)
downloadbarebox-77bafc30c0b6bf0289f44f08f462310b86e7b4be.tar.gz
barebox-77bafc30c0b6bf0289f44f08f462310b86e7b4be.tar.xz
ext4: ext_common.h: drop declaration of never-defined part_offset
part_offset is a left-over from the U-Boot port and unused anywhere. Drop it. Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs')
-rw-r--r--fs/ext4/ext_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/ext_common.h b/fs/ext4/ext_common.h
index a28f591bc4..350cc6efe5 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