Skip to content
  • Mike Frysinger's avatar
    usb: use noinline define · 66cf6410
    Mike Frysinger authored
    
    
    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: default avatarMike Frysinger <vapier@gentoo.org>
    66cf6410