tree e9639611c665ada6b209e0c51e4c580e10440cf8
parent ffbe5523a8e7f808681007aaea282da9a316a699
author maximilian attems <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:52 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Sun, 17 Apr 2005 05:25:52 -0700
[PATCH] hd: eliminate bad section references
Fix hd section references:
make parse_hd_setup() __init
Error: ./drivers/ide/legacy/hd.o .text refers to 00000943 R_386_PC32
.init.text
Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
ide/legacy/hd.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: drivers/ide/legacy/hd.c
===================================================================
--- dea13ca6ec2a86f0f2350a58a8eb8d857d7137a8/drivers/ide/legacy/hd.c
(mode:100644 sha1:c4090550ec130da0d93ff7e5b6b37ae2fcbdb5aa)
+++ e9639611c665ada6b209e0c51e4c580e10440cf8/drivers/ide/legacy/hd.c
(mode:100644 sha1:e884cd4b22fdeaccab4310a801d1296ee3b73ff3)
@@ -851,7 +851,7 @@
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);
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html