Skip to content

Commit fd2e8ee

Browse files
committed
various tidy changes
1 parent 385d1b1 commit fd2e8ee

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/sys/sysfs/devfs.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
33

44
#include "sos/fs/sysfs.h"
55
#include <errno.h>
6-
#include <reent.h>
7-
#include <stdarg.h>
86
#include <sys/stat.h>
97

108
#include "../scheduler/scheduler_local.h"
119
#include "../unistd/unistd_fs.h"
1210
#include "../unistd/unistd_local.h"
1311

1412
#include "sos/fs/devfs.h"
15-
#include "sos/fs/sysfs.h"
1613

1714
#include "devfs_local.h"
1815

@@ -98,6 +95,7 @@ void svcall_open_device(void *args) {
9895

9996
int devfs_init(const void *cfg) {
10097
// no initialization is required
98+
MCU_UNUSED_ARGUMENT(cfg);
10199
return 0;
102100
}
103101

0 commit comments

Comments
 (0)