Make fdt_pm_mask_table internal to the Marvell code, it's unued anywhere
else. Sponsored by: ABT Systems Ltd
This commit is contained in:
parent
518a87d7e5
commit
d177f4b8f1
@ -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) },
|
||||
|
@ -71,12 +71,6 @@ extern vm_paddr_t fdt_immr_pa;
|
||||
extern vm_offset_t fdt_immr_va;
|
||||
extern vm_offset_t fdt_immr_size;
|
||||
|
||||
struct fdt_pm_mask_entry {
|
||||
char *compat;
|
||||
uint32_t mask;
|
||||
};
|
||||
extern struct fdt_pm_mask_entry fdt_pm_mask_table[];
|
||||
|
||||
#if defined(FDT_DTB_STATIC)
|
||||
extern u_char fdt_static_dtb;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user