hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/block/partitions/cmdline.c
....@@ -11,14 +11,13 @@
1111 *
1212 * The format for the command line is just like mtdparts.
1313 *
14
- * For further information, see "Documentation/block/cmdline-partition.txt"
14
+ * For further information, see "Documentation/block/cmdline-partition.rst"
1515 *
1616 */
1717
1818 #include <linux/cmdline-parser.h>
1919
2020 #include "check.h"
21
-#include "cmdline.h"
2221
2322 static char *cmdline;
2423 static struct cmdline_parts *bdev_parts;