diff --git a/[refs] b/[refs] index 8faa72b32636..9cf1d014efb3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ffbe5523a8e7f808681007aaea282da9a316a699 +refs/heads/master: fca44804508d544b0b9d9d85279e5eea778e4e32 diff --git a/trunk/drivers/ide/legacy/hd.c b/trunk/drivers/ide/legacy/hd.c index c4090550ec13..e884cd4b22fd 100644 --- a/trunk/drivers/ide/legacy/hd.c +++ b/trunk/drivers/ide/legacy/hd.c @@ -851,7 +851,7 @@ static int __init hd_init(void) goto out; } -static int parse_hd_setup (char *line) { +static int __init parse_hd_setup (char *line) { int ints[6]; (void) get_options(line, ARRAY_SIZE(ints), ints);