zephyr/modules
Marcin Niestroj 630555d9f6 mbedtls: fix _mbedtls_init() invocation
SYS_INIT() requires pointer to function that takes `void` now, instead of
pointer to device structure. Since the commit was developed before that
switch, it still invoked it with NULL. Fix that now.

Fixes:

  zephyr/modules/mbedtls/zephyr_init.c: In function 'mbedtls_init':
  zephyr/modules/mbedtls/zephyr_init.c:108:16: error: too many arguments \
                                              to function '_mbedtls_init'
    108 |         return _mbedtls_init(NULL);
        |                ^~~~~~~~~~~~~
  zephyr/modules/mbedtls/zephyr_init.c:86:12: note: declared here
     86 | static int _mbedtls_init(void)
        |

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
2023-07-06 07:10:23 -04:00
..
acpica build: west: add acpica module into zephyr project 2023-06-30 17:53:01 +03:00
canopennode
fatfs
hal_ethos_u
hal_gigadevice
hal_infineon drivers: watchdog: Driver for Infineon watchdog 2023-05-24 19:42:50 -04:00
hal_nordic modules: hal_nordic: nrf_802154: Make paths relative 2023-06-30 16:07:05 +02:00
hal_nxp
hal_rpi_pico
liblc3 modules: define few undefined but referenced symbols 2023-07-05 09:11:02 +02:00
littlefs
loramac-node
lz4
mbedtls mbedtls: fix _mbedtls_init() invocation 2023-07-06 07:10:23 -04:00
nanopb
openthread manifest: openthread: Regular openthread upmerge to 6d55738 2023-06-23 09:20:23 +02:00
segger segger: rtt: disable unsupported shell/log features 2023-06-23 14:42:41 +02:00
tflite-micro
thrift
TraceRecorder
trusted-firmware-a
trusted-firmware-m modules: tf-m: Add missing FWU API file 2023-06-05 10:48:31 -04:00
uoscore-uedhoc
zcbor
Kconfig modules: define few undefined but referenced symbols 2023-07-05 09:11:02 +02:00
Kconfig.altera
Kconfig.atmel
Kconfig.chre modules: define few undefined but referenced symbols 2023-07-05 09:11:02 +02:00
Kconfig.cmsis
Kconfig.cmsis_dsp
Kconfig.cmsis_nn
Kconfig.cypress
Kconfig.eos_s3
Kconfig.esp32
Kconfig.imx
Kconfig.infineon
Kconfig.libmetal
Kconfig.lvgl modules: lvgl: replace LV_Z_DPI with LV_DPI_DEF 2023-06-13 07:26:29 -04:00
Kconfig.mcuboot mcuboot: move the MCUboot kconfig file to modules/ 2023-05-18 14:09:00 -04:00
Kconfig.mcux
Kconfig.microchip
Kconfig.nuvoton soc: arm: add support for nuvoton numaker m46x series 2023-06-21 09:26:00 +00:00
Kconfig.open-amp
Kconfig.picolibc modules: define few undefined but referenced symbols 2023-07-05 09:11:02 +02:00
Kconfig.s32
Kconfig.silabs
Kconfig.simplelink
Kconfig.sof
Kconfig.st
Kconfig.stm32
Kconfig.sysbuild
Kconfig.syst modules: mipi-syst: support minimal C library 2023-06-17 07:31:26 -04:00
Kconfig.telink
Kconfig.tinycrypt
Kconfig.vega
Kconfig.wurthelektronik
Kconfig.xtensa
modules.cmake