diff options
Diffstat (limited to 'drivers/io/io_fip.c')
-rw-r--r-- | drivers/io/io_fip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/io/io_fip.c b/drivers/io/io_fip.c index d2914238..99cf15b9 100644 --- a/drivers/io/io_fip.c +++ b/drivers/io/io_fip.c @@ -128,7 +128,7 @@ static const io_dev_info_t fip_dev_info = { /* Open a connection to the FIP device */ -static int fip_dev_open(const uintptr_t dev_spec __attribute__((unused)), +static int fip_dev_open(const uintptr_t dev_spec __unused, io_dev_info_t **dev_info) { assert(dev_info != NULL); |