dynamic_debug: Remove unnecessary __used
authorJoe Perches <joe@perches.com>
Thu, 18 Oct 2012 19:07:03 +0000 (12:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Oct 2012 22:57:14 +0000 (15:57 -0700)
commitc0d2af637863940b1a4fb208224ca7acb905c39f
tree2a8b296c6ee19659da1f7abb0c6f0b784ba8408d
parentd28d3882bd1fdb88ae4e02f11b091a92b0e5068b
dynamic_debug: Remove unnecessary __used

The __used attribute prevents gcc from eliminating
unnecessary, otherwise optimized away, metadata for
debugging logging messages.

Remove the __used attribute.

Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Jason Baron <jbaron@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/linux/dynamic_debug.h