]> git.hungrycats.org Git - linux/commitdiff
Missing module_init()
authorJens Axboe <axboe@burns.home.kernel.dk>
Mon, 16 Sep 2002 16:55:49 +0000 (18:55 +0200)
committerJens Axboe <axboe@burns.home.kernel.dk>
Mon, 16 Sep 2002 16:55:49 +0000 (18:55 +0200)
drivers/ide/legacy/hd.c

index faafee34907b2a3ae7240bc415cf247650cb3dd7..c0c042c1ddf10dadba00b4d35088adb99849f997 100644 (file)
@@ -870,3 +870,4 @@ static int parse_hd_setup (char *line) {
 }
 __setup("hd=", parse_hd_setup);
 
+module_init(hd_init);