diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-06 14:40:53 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 15:59:12 -0800 |
commit | ff083c8372f6312bb3a8c7f7b748920aeeb210c9 (patch) | |
tree | b80de8ca8693b251972526f5a076f1eab3c1407b /.mailmap | |
parent | 7ec7fb394298c212c30e063c57e0aa895efe9439 (diff) | |
download | op-kernel-dev-ff083c8372f6312bb3a8c7f7b748920aeeb210c9.zip op-kernel-dev-ff083c8372f6312bb3a8c7f7b748920aeeb210c9.tar.gz |
autodetect_raid: add missing __init marking
The function autodetect_raid is only used by __init functions, and it refers
to __initdata, so it needs __init markings. Fixes this error:
The function autodetect_raid() references
the variable __initdata raid_noautodetect.
This is often because autodetect_raid lacks a __initdata
annotation or the annotation of raid_noautodetect is wrong.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.mailmap')
0 files changed, 0 insertions, 0 deletions