summaryrefslogtreecommitdiff
path: root/fs/ceph/inode.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-03-07 20:52:28 +0100
committerJohan Hedberg <johan.hedberg@intel.com>2015-03-07 22:13:17 +0200
commit0402d9f233ac5d66b39452037fef88333b06d51c (patch)
tree29110d026e364085080ad11a9c53cbb6c6818474 /fs/ceph/inode.c
parent7a00ff445f1337bbd0fbf65d3ae468dfbc7ba53e (diff)
Bluetooth: fix sco_exit compile warning
While compiling the following warning occurs: WARNING: net/built-in.o(.init.text+0x602c): Section mismatch in reference from the function bt_init() to the function .exit.text:sco_exit() The function __init bt_init() references a function __exit sco_exit(). This is often seen when error handling in the init function uses functionality in the exit path. The fix is often to remove the __exit annotation of sco_exit() so it may be used outside an exit section. Since commit 6d785aa345f525e1fdf098b7c590168f0b00f3f1 ("Bluetooth: Convert mgmt to use HCI chan registration API") the function "sco_exit" is used inside of function "bt_init". The suggested solution by remove the __exit annotation solved this issue. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'fs/ceph/inode.c')
0 files changed, 0 insertions, 0 deletions