Skip to content
  • Greg Kroah-Hartman's avatar
    Drivers: amba: remove __dev* attributes. · c571b211
    Greg Kroah-Hartman authored
    
    
    CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
    markings need to be removed, as well as the use of CONFIG_HOTPLUG.
    
    This patch does both, removing the use of CONFIG_HOTPLUG in the
    amba/bus.c file, and __devinit and __devinitconst in the tegra-ahb.c
    driver.
    
    Cc: Bill Pemberton <wfp5p@virginia.edu>
    Cc: Russell King <linux@arm.linux.org.uk>
    Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    c571b211