summaryrefslogtreecommitdiff
path: root/block/partitions/acorn.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-24 08:25:21 +0100
committerJens Axboe <axboe@kernel.dk>2020-03-24 07:57:08 -0600
commit3f1b95ef81b7dd5e5481347d7b7a7b427b29307a (patch)
tree6ad0712ea40bbbc0647d78fbaab80a81b471e7d0 /block/partitions/acorn.h
parentffa9ed647aa4cda79fa8cb9583a566e9d777dd4c (diff)
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/acorn.h')
-rw-r--r--block/partitions/acorn.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/block/partitions/acorn.h b/block/partitions/acorn.h
deleted file mode 100644
index 67b06601ca4c..000000000000
--- a/block/partitions/acorn.h
+++ /dev/null
@@ -1,15 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0 */
-/*
- * linux/fs/partitions/acorn.h
- *
- * Copyright (C) 1996-2001 Russell King.
- *
- * I _hate_ this partitioning mess - why can't we have one defined
- * format, and everyone stick to it?
- */
-
-int adfspart_check_CUMANA(struct parsed_partitions *state);
-int adfspart_check_ADFS(struct parsed_partitions *state);
-int adfspart_check_ICS(struct parsed_partitions *state);
-int adfspart_check_POWERTEC(struct parsed_partitions *state);
-int adfspart_check_EESOX(struct parsed_partitions *state);