mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
ARM: OMAP2+: SmartReflex: add omap_sr_pdata definition
The omap_sr_pdata is not declared but is exported, so add a define for it to fix the following warning: arch/arm/mach-omap2/pdata-quirks.c:609:36: warning: symbol 'omap_sr_pdata' was not declared. Should it be static? Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
parent
aca32d7bcc
commit
2079fe6ea8
1 changed files with 3 additions and 0 deletions
|
@ -293,6 +293,9 @@ struct omap_sr_data {
|
||||||
struct voltagedomain *voltdm;
|
struct voltagedomain *voltdm;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
extern struct omap_sr_data omap_sr_pdata[OMAP_SR_NR];
|
||||||
|
|
||||||
#ifdef CONFIG_POWER_AVS_OMAP
|
#ifdef CONFIG_POWER_AVS_OMAP
|
||||||
|
|
||||||
/* Smartreflex module enable/disable interface */
|
/* Smartreflex module enable/disable interface */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue