diff options
author | Axel Lin <axel.lin@gmail.com> | 2011-03-14 12:06:09 +0100 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-03-23 17:36:49 +0100 |
commit | 54550fabfecdb71e0deb51999cca7d28bb4299ed (patch) | |
tree | 83ccd42c4cdc4ea7a0089f77a7752dcabd07ba07 /include/target | |
parent | [SCSI] target: Fix FILEIO fd_buffered_io= token typo (diff) | |
download | linux-54550fabfecdb71e0deb51999cca7d28bb4299ed.tar.xz linux-54550fabfecdb71e0deb51999cca7d28bb4299ed.zip |
[SCSI] target: Add __init/__exit annotation for target_core_[init,exit]_configfs
This patch fixes the follownig section mismatch warning:
WARNING: vmlinux.o(.text+0x21617a): Section mismatch in reference from the
function target_core_init_configfs() to the function .init.text:rd_module_init()
The function target_core_init_configfs() references the function __init
rd_module_init(). This is often because target_core_init_configfs() lacks
a __init annotation or the annotation of rd_module_init is wrong.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Nicholas A. Bellinger <nab@linux-iscsi.org>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/target')
0 files changed, 0 insertions, 0 deletions