kernel/block/partitions/cmdline.c
.. .. @@ -11,14 +11,13 @@ 11 11 * 12 12 * The format for the command line is just like mtdparts. 13 13 * 14 - * For further information, see "Documentation/block/cmdline-partition.txt"14 + * For further information, see "Documentation/block/cmdline-partition.rst"15 15 * 16 16 */ 17 17 18 18 #include <linux/cmdline-parser.h> 19 19 20 20 #include "check.h" 21 -#include "cmdline.h"22 21 23 22 static char *cmdline; 24 23 static struct cmdline_parts *bdev_parts;