mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
psci: fix double declaration
The prototype of psci_features() duplicated. Remove extra declaration.
Fixed: e21e3ffdd1
("psci: Fix warnings when compiling with W=1")
Reported-by: Michael Scott <mike@foundries.io>
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io>
This commit is contained in:
parent
2cb32607e1
commit
7befc8490a
1 changed files with 0 additions and 1 deletions
|
@ -590,7 +590,6 @@ s32 psci_affinity_info(u32 function_id, u32 target_affinity,
|
|||
u32 psci_migrate_info_type(void);
|
||||
void psci_system_off(void);
|
||||
void psci_system_reset(void);
|
||||
s32 psci_features(u32 function_id, u32 psci_fid);
|
||||
#endif
|
||||
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue