mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 18:11:49 +03:00
[thunderx] Fix compilation with older versions of gcc
Remove redundant duplicate typedef which causes a build failure on older gcc versions. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -203,9 +203,9 @@ EFI_STATUS
|
||||
///
|
||||
/// Protocol structure
|
||||
///
|
||||
typedef struct _EFI_THUNDER_CONFIG_PROTOCOL {
|
||||
struct _EFI_THUNDER_CONFIG_PROTOCOL {
|
||||
EFI_THUNDER_CONFIG_PROTOCOL_GET_CONFIG GetConfig;
|
||||
BOARD_CFG* BoardConfig;
|
||||
} EFI_THUNDER_CONFIG_PROTOCOL;
|
||||
};
|
||||
|
||||
#endif /* _THUNDERXCFG_H */
|
||||
|
||||
Reference in New Issue
Block a user