forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 072de836f53be56a70cecf70b43ae43b7ce17376
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;