diff options
Diffstat (limited to 'fs/partitions/mac.h')
-rw-r--r-- | fs/partitions/mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/partitions/mac.h b/fs/partitions/mac.h index bbf26e1..3c7d984 100644 --- a/fs/partitions/mac.h +++ b/fs/partitions/mac.h @@ -41,4 +41,4 @@ struct mac_driver_desc { /* ... more stuff */ }; -int mac_partition(struct parsed_partitions *state, struct block_device *bdev); +int mac_partition(struct parsed_partitions *state); |