From: Mauro Carvalho Chehab Date: Tue, 18 Jun 2019 19:50:07 +0000 (-0300) Subject: docs: md: move it to the driver-api book X-Git-Tag: v5.3-rc1~69^2~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c0b11a50aee643ac40ded5dbcd48189ee0926ee4;p=thirdparty%2Fkernel%2Flinux.git docs: md: move it to the driver-api book The docs there were meant to be read by a Kernel developer. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 25f85d3021aa0..b5179bf2ada2b 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -56,6 +56,7 @@ available subsections can be seen below. firmware/index pinctl gpio/index + md/index misc_devices nfc/index dmaengine/index diff --git a/Documentation/md/index.rst b/Documentation/driver-api/md/index.rst similarity index 89% rename from Documentation/md/index.rst rename to Documentation/driver-api/md/index.rst index c4db34ed327dd..205080891a1a1 100644 --- a/Documentation/md/index.rst +++ b/Documentation/driver-api/md/index.rst @@ -1,5 +1,3 @@ -:orphan: - ==== RAID ==== diff --git a/Documentation/md/md-cluster.rst b/Documentation/driver-api/md/md-cluster.rst similarity index 100% rename from Documentation/md/md-cluster.rst rename to Documentation/driver-api/md/md-cluster.rst diff --git a/Documentation/md/raid5-cache.rst b/Documentation/driver-api/md/raid5-cache.rst similarity index 100% rename from Documentation/md/raid5-cache.rst rename to Documentation/driver-api/md/raid5-cache.rst diff --git a/Documentation/md/raid5-ppl.rst b/Documentation/driver-api/md/raid5-ppl.rst similarity index 100% rename from Documentation/md/raid5-ppl.rst rename to Documentation/driver-api/md/raid5-ppl.rst