summaryrefslogtreecommitdiff
path: root/block/partitions/aix.c
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-03-24 10:25:21 +0300
committerJens Axboe <axboe@kernel.dk>2020-03-24 16:57:08 +0300
commit3f1b95ef81b7dd5e5481347d7b7a7b427b29307a (patch)
tree6ad0712ea40bbbc0647d78fbaab80a81b471e7d0 /block/partitions/aix.c
parentffa9ed647aa4cda79fa8cb9583a566e9d777dd4c (diff)
downloadlinux-3f1b95ef81b7dd5e5481347d7b7a7b427b29307a.tar.xz
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/aix.c')
-rw-r--r--block/partitions/aix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/partitions/aix.c b/block/partitions/aix.c
index 903f3ed175d0..c7b4fd1a4a97 100644
--- a/block/partitions/aix.c
+++ b/block/partitions/aix.c
@@ -6,7 +6,6 @@
*/
#include "check.h"
-#include "aix.h"
struct lvm_rec {
char lvm_id[4]; /* "_LVM" */