aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-06-07 16:33:01 +0200
committerChristoph Hellwig <hch@lst.de>2020-07-16 15:35:21 +0200
commit1a6a050620e496abf42749a2e1d3882645cc053f (patch)
treef86428cee740f53b3985c91b61f5a4441b690b46 /include/linux/raid
parentmd: remove the autoscan partition re-read (diff)
downloadlinux-dev-1a6a050620e496abf42749a2e1d3882645cc053f.tar.xz
linux-dev-1a6a050620e496abf42749a2e1d3882645cc053f.zip
md: remove the kernel version of md_u.h
mdp_major can just move to drivers/md/md.h. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Song Liu <song@kernel.org> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/raid')
-rw-r--r--include/linux/raid/md_u.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/linux/raid/md_u.h b/include/linux/raid/md_u.h
deleted file mode 100644
index 8dfec085a20e..000000000000
--- a/include/linux/raid/md_u.h
+++ /dev/null
@@ -1,13 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/*
- md_u.h : user <=> kernel API between Linux raidtools and RAID drivers
- Copyright (C) 1998 Ingo Molnar
-
-*/
-#ifndef _MD_U_H
-#define _MD_U_H
-
-#include <uapi/linux/raid/md_u.h>
-
-extern int mdp_major;
-#endif