From 663c9c2ba4657053f639c54425ab6098d48bad37 Mon Sep 17 00:00:00 2001 From: andrew Date: Thu, 26 Jan 2017 13:04:14 +0000 Subject: Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere else. Sponsored by: ABT Systems Ltd (cherry picked from commit 78000f6960a3b3bd50ac7ce7d2514e9a5f07a237) --- sys/arm/mv/mv_common.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/arm/mv') diff --git a/sys/arm/mv/mv_common.c b/sys/arm/mv/mv_common.c index 40cd3ea..7ecd8cd 100644 --- a/sys/arm/mv/mv_common.c +++ b/sys/arm/mv/mv_common.c @@ -149,7 +149,12 @@ static struct soc_node_spec soc_nodes[] = { { NULL, NULL, NULL }, }; -struct fdt_pm_mask_entry fdt_pm_mask_table[] = { +struct fdt_pm_mask_entry { + char *compat; + uint32_t mask; +}; + +static struct fdt_pm_mask_entry fdt_pm_mask_table[] = { { "mrvl,ge", CPU_PM_CTRL_GE(0) }, { "mrvl,ge", CPU_PM_CTRL_GE(1) }, { "mrvl,usb-ehci", CPU_PM_CTRL_USB(0) }, -- cgit v1.1