]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - init/do_mounts_initrd.c
initrd: Remove erroneous comment
[thirdparty/linux.git] / init / do_mounts_initrd.c
index d72beda824aa79537b33da889d99063ed27f9ac0..53314d7da4be3611e5740897804bb76980528ba3 100644 (file)
@@ -45,11 +45,6 @@ static int __init early_initrdmem(char *p)
 }
 early_param("initrdmem", early_initrdmem);
 
-/*
- * This is here as the initrd keyword has been in use since 11/2018
- * on ARM, PowerPC, and MIPS.
- * It should not be; it is reserved for bootloaders.
- */
 static int __init early_initrd(char *p)
 {
        return early_initrdmem(p);