diff options
Diffstat (limited to 'drivers/ide/legacy')
-rw-r--r-- | drivers/ide/legacy/hd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/hd.c b/drivers/ide/legacy/hd.c index abdedf56643e..00b695652b2a 100644 --- a/drivers/ide/legacy/hd.c +++ b/drivers/ide/legacy/hd.c | |||
@@ -812,4 +812,4 @@ static int __init parse_hd_setup(char *line) | |||
812 | } | 812 | } |
813 | __setup("hd=", parse_hd_setup); | 813 | __setup("hd=", parse_hd_setup); |
814 | 814 | ||
815 | module_init(hd_init); | 815 | late_initcall(hd_init); |