mirror of
https://xff.cz/git/u-boot/
synced 2026-01-25 05:35:20 +01: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:
committed by
Tom Rini
parent
2cb32607e1
commit
7befc8490a
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user