diff options
Diffstat (limited to 'drivers/io/io_semihosting.c')
-rw-r--r-- | drivers/io/io_semihosting.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/io/io_semihosting.c b/drivers/io/io_semihosting.c index 63d0f68e..30ca99cb 100644 --- a/drivers/io/io_semihosting.c +++ b/drivers/io/io_semihosting.c @@ -91,7 +91,7 @@ static int sh_dev_open(const uintptr_t dev_spec __unused, /* Open a file on the semi-hosting device */ -static int sh_file_open(io_dev_info_t *dev_info __attribute__((unused)), +static int sh_file_open(io_dev_info_t *dev_info __unused, const uintptr_t spec, io_entity_t *entity) { int result = -ENOENT; |