summaryrefslogtreecommitdiff
path: root/block/partitions/check.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-24 10:25:30 +0300
committerJens Axboe <axboe@kernel.dk>2020-03-24 16:57:08 +0300
commit387048bf67eeff8bdf7c2a41b03b48230a88b3d3 (patch)
treef6d6d18d479fd2665d0c10d7aa0ec0a201611135 /block/partitions/check.h
parent3f4fc59c1321b74df27dcd5d77b37989ed93265b (diff)
downloadlinux-387048bf67eeff8bdf7c2a41b03b48230a88b3d3.tar.xz
block: merge partition-generic.c and check.c
Merge block/partition-generic.c and block/partitions/check.c into a single block/partitions/core.c as the content is closely related and both files are tiny. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/partitions/check.h')
-rw-r--r--block/partitions/check.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/block/partitions/check.h b/block/partitions/check.h
index 23e7adb79617..f845355489ec 100644
--- a/block/partitions/check.h
+++ b/block/partitions/check.h
@@ -23,11 +23,6 @@ struct parsed_partitions {
char *pp_buf;
};
-void free_partitions(struct parsed_partitions *state);
-
-struct parsed_partitions *
-check_partition(struct gendisk *, struct block_device *);
-
typedef struct {
struct page *v;
} Sector;