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/common.h | |
parent | 5081ce621d35b7ba34614415f78f629d26bdc155 (diff) | |
parent | 31957609db529d401658adc2e91ef7df7ea42699 (diff) |
Merge branch 'omap-for-v3.18/fixes-not-urgent' into omap-for-v3.18/intc-v2
Diffstat (limited to 'arch/arm/mach-omap2/common.h')
-rw-r--r-- | arch/arm/mach-omap2/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/common.h b/arch/arm/mach-omap2/common.h index b6d2989d27e2..98fe235f6670 100644 --- a/arch/arm/mach-omap2/common.h +++ b/arch/arm/mach-omap2/common.h @@ -307,7 +307,7 @@ static inline void omap4_cpu_resume(void) #endif -void pdata_quirks_init(struct of_device_id *); +void pdata_quirks_init(const struct of_device_id *); void omap_auxdata_legacy_init(struct device *dev); void omap_pcs_legacy_init(int irq, void (*rearm)(void)); |