gpio: remove use of __devinitdata
CONFIG_HOTPLUG is going away as an option so __devinitdata is no longer needed. Signed-off-by: Bill Pemberton <wfp5p@virginia.edu> Cc: Grant Likely <grant.likely@secretlab.ca> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
3836309d93
commit
aeca8ad1f0
@@ -365,7 +365,7 @@ static struct tegra_gpio_soc_config tegra30_gpio_config = {
|
||||
.upper_offset = 0x80,
|
||||
};
|
||||
|
||||
static struct of_device_id tegra_gpio_of_match[] __devinitdata = {
|
||||
static struct of_device_id tegra_gpio_of_match[] = {
|
||||
{ .compatible = "nvidia,tegra30-gpio", .data = &tegra30_gpio_config },
|
||||
{ .compatible = "nvidia,tegra20-gpio", .data = &tegra20_gpio_config },
|
||||
{ },
|
||||
|
Reference in New Issue
Block a user