mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 12:07:04 +00:00
The macro defining the device_pm_ops structs is located inside an ifdef for CONFIG_UART_QMSI_0, so when the UART_0 is disabled at build time, but UART_1 is still used, it references a struct not defined. Fix it by placing the DEFINE_DEVICE_PM_OPS line outside the ifdef block. Change-Id: I7dafda162741201ee47b5b480c07ec8c1f373d64 Signed-off-by: Iván Briano <ivan.briano@intel.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Kconfig.altera_jtag | ||
Kconfig.atmel_sam3 | ||
Kconfig.k20 | ||
Kconfig.nrf5 | ||
Kconfig.ns16550 | ||
Kconfig.nsim | ||
Kconfig.qmsi | ||
Kconfig.stellaris | ||
Kconfig.stm32 | ||
Makefile | ||
uart_altera_jtag.c | ||
uart_atmel_sam3.c | ||
uart_k20_priv.h | ||
uart_k20.c | ||
uart_k20.h | ||
uart_nrf5.c | ||
uart_ns16550.c | ||
uart_ns16550.h | ||
uart_nsim.c | ||
uart_qmsi.c | ||
uart_stellaris.c | ||
uart_stellaris.h | ||
uart_stm32.c | ||
uart_stm32.h |