Commit a40bed1d authored by Jens Axboe's avatar Jens Axboe

Missing module_init()

parent 84fb4308
......@@ -870,3 +870,4 @@ static int parse_hd_setup (char *line) {
}
__setup("hd=", parse_hd_setup);
module_init(hd_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment