name_to_kdev_t is defined in init/main.c. It is not exported so it
cannot be called from modules. name_to_kdev_t *cannot* be exported
because it is defined as __init, the code has gone by the time the
module is loaded. Ask the md maintainer for a fix.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/