summaryrefslogtreecommitdiffstats
path: root/Build.c
diff options
context:
space:
mode:
authorZhilong Liu <zlliu@suse.com>2017-05-11 10:52:41 +0200
committerJes Sorensen <jsorensen@fb.com>2017-05-11 17:45:44 +0200
commite644902ddbc66d58a3fd4353c9539276ee1fabd7 (patch)
treebef4c605c06d918f3d9e25c62a292fac72d4fa6d /Build.c
parentIMSM: Correct --examine output for 4k disks (diff)
downloadmdadm-e644902ddbc66d58a3fd4353c9539276ee1fabd7.tar.xz
mdadm-e644902ddbc66d58a3fd4353c9539276ee1fabd7.zip
retire the APIs that driver no longer supports
refer to commit: e6e5f8f1267d ("Build: Stop bothering about supporting md driver ...") continue to retire the APIs that md driver wasn't supported for very long period of time. Signed-off-by: Zhilong Liu <zlliu@suse.com> Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Diffstat (limited to 'Build.c')
-rw-r--r--Build.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Build.c b/Build.c
index ad59867b..70ba0684 100644
--- a/Build.c
+++ b/Build.c
@@ -24,10 +24,6 @@
#include "mdadm.h"
-#define REGISTER_DEV _IO (MD_MAJOR, 1)
-#define START_MD _IO (MD_MAJOR, 2)
-#define STOP_MD _IO (MD_MAJOR, 3)
-
int Build(char *mddev, struct mddev_dev *devlist,
struct shape *s, struct context *c)
{