]> git.ipfire.org Git - people/ms/u-boot.git/commit
usb: use noinline define
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Apr 2012 18:44:53 +0000 (18:44 +0000)
committerMarek Vasut <marex@denx.de>
Sun, 20 May 2012 06:32:31 +0000 (08:32 +0200)
commit66cf64107b891d1cc8112ff76b5687195af2f5b0
treebfed561ec234bd547f6658ab573f369fb3461c93
parentf50bf50d7f6f99c5ad4666d63a7eef43d3940500
usb: use noinline define

Building usb for Blackfin boards fails as we get linux/compiler.h
included which expands the "noinline" inside of the attribute and
we get attribute(attribute(noinline)).

Explicitly use the helper define to avoid this.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
common/usb.c