diff options
author | Tony Lindgren <tony@atomide.com> | 2014-09-11 13:03:25 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-09-11 13:03:25 -0700 |
commit | 051c544010cf089ca6b8a229546bb7ec2950a54d (patch) | |
tree | 8d6698d92ab189520d3aa3c4c25d6ffc88e12e3d /arch/arm/mach-omap2/pdata-quirks.c | |
parent | 5081ce621d35b7ba34614415f78f629d26bdc155 (diff) | |
parent | 31957609db529d401658adc2e91ef7df7ea42699 (diff) | |
download | linux-next-051c544010cf089ca6b8a229546bb7ec2950a54d.tar.gz |
Merge branch 'omap-for-v3.18/fixes-not-urgent' into omap-for-v3.18/intc-v2
Diffstat (limited to 'arch/arm/mach-omap2/pdata-quirks.c')
-rw-r--r-- | arch/arm/mach-omap2/pdata-quirks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/pdata-quirks.c b/arch/arm/mach-omap2/pdata-quirks.c index 5fea34edb607..8695fd4ea476 100644 --- a/arch/arm/mach-omap2/pdata-quirks.c +++ b/arch/arm/mach-omap2/pdata-quirks.c @@ -415,7 +415,7 @@ static void pdata_quirks_check(struct pdata_init *quirks) } } -void __init pdata_quirks_init(struct of_device_id *omap_dt_match_table) +void __init pdata_quirks_init(const struct of_device_id *omap_dt_match_table) { omap_sdrc_init(NULL, NULL); pdata_quirks_check(auxdata_quirks); |