From: Gustavo F. Padovan Date: Sat, 24 Jul 2010 05:04:45 +0000 (-0300) Subject: Bluetooth: Add __init and __exit marks to RFCOMM X-Git-Tag: v2.6.36-rc1~571^2~64^2~18^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f8362afcd2da8b313ec3cc04a50af19d3592972;p=pandora-kernel.git Bluetooth: Add __init and __exit marks to RFCOMM Those annotation save memory and space on the binary. __init code is discarded just after execute and __exit code is discarded if the module is built into the kernel image or unload of modules is not allowed. Signed-off-by: Gustavo F. Padovan Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed