aboutsummaryrefslogtreecommitdiffstats
path: root/fs/partitions/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/partitions/efi.h')
-rw-r--r--fs/partitions/efi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/efi.h b/fs/partitions/efi.h
index 6998b589abf9..b69ab729558f 100644
--- a/fs/partitions/efi.h
+++ b/fs/partitions/efi.h
@@ -110,7 +110,7 @@ typedef struct _legacy_mbr {
} __attribute__ ((packed)) legacy_mbr;
/* Functions */
-extern int efi_partition(struct parsed_partitions *state, struct block_device *bdev);
+extern int efi_partition(struct parsed_partitions *state);
#endif