CONFIG_HOTPLUG is going away as an option so __devinitconst is no longer needed.
Signed-off-by: Bill Pemberton <wf...@virginia.edu> Cc: Grant Likely <grant.lik...@secretlab.ca> Cc: spi-devel-general@lists.sourceforge.net --- drivers/spi/spi-tegra20-sflash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-tegra20-sflash.c b/drivers/spi/spi-tegra20-sflash.c index ae4b7c2..30995bf 100644 --- a/drivers/spi/spi-tegra20-sflash.c +++ b/drivers/spi/spi-tegra20-sflash.c @@ -451,7 +451,7 @@ static struct tegra_spi_platform_data *tegra_sflash_parse_dt( return pdata; } -static struct of_device_id tegra_sflash_of_match[] __devinitconst = { +static struct of_device_id tegra_sflash_of_match[] = { { .compatible = "nvidia,tegra20-sflash", }, {} }; -- 1.8.0 ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ spi-devel-general mailing list spi-devel-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/spi-devel-general