aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ide')
-rw-r--r--drivers/ide/legacy/hd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/legacy/hd.c b/drivers/ide/legacy/hd.c
index c4090550ec13..e884cd4b22fd 100644
--- a/drivers/ide/legacy/hd.c
+++ b/drivers/ide/legacy/hd.c
@@ -851,7 +851,7 @@ Enomem:
851 goto out; 851 goto out;
852} 852}
853 853
854static int parse_hd_setup (char *line) { 854static int __init parse_hd_setup (char *line) {
855 int ints[6]; 855 int ints[6];
856 856
857 (void) get_options(line, ARRAY_SIZE(ints), ints); 857 (void) get_options(line, ARRAY_SIZE(ints), ints);