diff options
Diffstat (limited to 'drivers/io/io_memmap.c')
-rw-r--r-- | drivers/io/io_memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/io/io_memmap.c b/drivers/io/io_memmap.c index d45107e5..ff4efa89 100644 --- a/drivers/io/io_memmap.c +++ b/drivers/io/io_memmap.c @@ -95,7 +95,7 @@ static const io_dev_info_t memmap_dev_info = { /* Open a connection to the memmap device */ -static int memmap_dev_open(const uintptr_t dev_spec __attribute__((unused)), +static int memmap_dev_open(const uintptr_t dev_spec __unused, io_dev_info_t **dev_info) { assert(dev_info != NULL); |