diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-04-01 11:25:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-01 11:25:21 +0100 |
commit | 18ff0b61bb205e01d2c4dba23f1be5fd1081c6b4 (patch) | |
tree | 2b9021e6c5debcaa07b7b561be48a9d1df882e33 /drivers/io/io_fip.c | |
parent | 9cadccdff382c2cfed9e5dd2f13c648f6c3f1eec (diff) | |
parent | 279faa6d5dbcc9f63ef1d5f5283119fc2452483c (diff) |
Merge pull request #1886 from ambroise-arm/av/static-checks
Fix extra compilation warnings
Diffstat (limited to 'drivers/io/io_fip.c')
-rw-r--r-- | drivers/io/io_fip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/io/io_fip.c b/drivers/io/io_fip.c index eaaf0909..544b37db 100644 --- a/drivers/io/io_fip.c +++ b/drivers/io/io_fip.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2014-2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2014-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -48,7 +48,7 @@ typedef struct { uintptr_t dev_spec; } fip_dev_state_t; -static const uuid_t uuid_null = { {0} }; +static const uuid_t uuid_null; /* * Only one file can be open across all FIP device * as backends like io_memmap don't support |