We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385d1b1 commit fd2e8eeCopy full SHA for fd2e8ee
1 file changed
src/sys/sysfs/devfs.c
@@ -3,16 +3,13 @@
3
4
#include "sos/fs/sysfs.h"
5
#include <errno.h>
6
-#include <reent.h>
7
-#include <stdarg.h>
8
#include <sys/stat.h>
9
10
#include "../scheduler/scheduler_local.h"
11
#include "../unistd/unistd_fs.h"
12
#include "../unistd/unistd_local.h"
13
14
#include "sos/fs/devfs.h"
15
-#include "sos/fs/sysfs.h"
16
17
#include "devfs_local.h"
18
@@ -98,6 +95,7 @@ void svcall_open_device(void *args) {
98
95
99
96
int devfs_init(const void *cfg) {
100
97
// no initialization is required
+ MCU_UNUSED_ARGUMENT(cfg);
101
return 0;
102
}
103
0 commit comments