firmware: use noinline_for_stack
authorCesar Eduardo Barros <cesarb@cesarb.net>
Sat, 27 Oct 2012 22:37:10 +0000 (20:37 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 14 Nov 2012 23:05:05 +0000 (15:05 -0800)
The comment above fw_file_size() suggests it is noinline for stack size
reasons. Use noinline_for_stack to make this more clear.

Signed-off-by: Cesar Eduardo Barros <cesarb@cesarb.net>
Acked-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found