diff options
author | Christoph Hellwig <hch@lst.de> | 2020-03-24 08:25:21 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-24 07:57:08 -0600 |
commit | 3f1b95ef81b7dd5e5481347d7b7a7b427b29307a (patch) | |
tree | 6ad0712ea40bbbc0647d78fbaab80a81b471e7d0 /block/partitions/ldm.h | |
parent | ffa9ed647aa4cda79fa8cb9583a566e9d777dd4c (diff) | |
download | linux-rpi-3f1b95ef81b7dd5e5481347d7b7a7b427b29307a.tar.gz linux-rpi-3f1b95ef81b7dd5e5481347d7b7a7b427b29307a.tar.bz2 linux-rpi-3f1b95ef81b7dd5e5481347d7b7a7b427b29307a.zip |
block: declare all partition detection routines in check.h
There is no good reason to include one header per partition type in
core.c. Instead move the prototypes for the detection routins to
check.h, and remove all now empty headers in block/partitions/.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions/ldm.h')
-rw-r--r-- | block/partitions/ldm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/block/partitions/ldm.h b/block/partitions/ldm.h index 1ca63e97bccc..841580af7f9b 100644 --- a/block/partitions/ldm.h +++ b/block/partitions/ldm.h @@ -193,7 +193,5 @@ struct ldmdb { /* Cache of the database */ struct list_head v_part; }; -int ldm_partition(struct parsed_partitions *state); - #endif /* _FS_PT_LDM_H_ */ |