Skip to content

Commit ac71254

Browse files
authored
Merge pull request thesofproject#26 from teslabs/sof-module-init
2 parents 7dfbc47 + 417badb commit ac71254

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

zephyr/include/rtos/init.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
#include <zephyr/init.h>
1010

1111
#define SOF_MODULE_INIT(name, init) \
12-
static int zephyr_##name##_init(const struct device *dev) \
12+
static int zephyr_##name##_init(void) \
1313
{ \
14-
ARG_UNUSED(dev); \
1514
init(); \
1615
return 0; \
1716
} \

0 commit comments

Comments
 (0)