zephyr/drivers
Kumar Gala bf0add1a34 drivers: serial: uart_sam0: Fix build error with CONFIG_UART_ASYNC_API
When we build this driver with CONFIG_UART_ASYNC_API enabled we get the
following build error:

uart_sam0.c: In function 'uart_sam0_init':
uart_sam0.c:558:35: error: redefinition of 'dev_data'
  558 |  struct uart_sam0_dev_data *const dev_data = DEV_DATA(dev);
uart_sam0.c:498:35: note: previous definition of 'dev_data' was here
  498 |  struct uart_sam0_dev_data *const dev_data = DEV_DATA(dev);

Fix this be removnig the duplicate at line 558.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-21 08:00:49 -05:00
..
adc drivers: adc: mcux_adc12: create macro for device instantiation 2020-04-20 15:23:47 -05:00
audio
bluetooth
can
clock_control
console
counter
crypto
dac drivers: dac: Add support for STM32L0 series 2020-04-20 17:41:48 +02:00
debug
display
dma
eeprom
entropy
espi
ethernet
flash drivers: flash: nrfx_qspi_nor: fix semaphore errors 2020-04-20 15:41:35 +02:00
gpio drivers: gpio: gpio_intel_apl: Convert to DT_INST 2020-04-20 15:23:11 -05:00
hwinfo drivers: hwinfo: update stm32 implementation byte order 2020-04-20 19:04:26 +02:00
i2c drivers: i2c: nrfx: Fix log level is ignored 2020-04-20 23:55:46 +02:00
i2s include/devicetree: dma: rename DMAS CELL macros 2020-04-21 06:37:28 -05:00
ieee802154
interrupt_controller interrupt_controller: gic: Fix ICFGRn access and config 2020-04-20 15:48:45 +02:00
ipm drivers: ipm: ipm_mcux: convert to new DT_INST macros 2020-04-20 08:45:37 -05:00
kscan
led
led_strip
lora
modem modem: gsm: correct timeout parameter to k_delayed_work_submit 2020-04-20 18:09:18 +03:00
net
neural_net
pcie
peci
pinmux drivers: pinmux: intel_s1000: Convert to DT_INST 2020-04-20 15:21:39 -05:00
ps2
ptp_clock
pwm drivers: pwm: pwm_mcux: Convert driver to new DT_INST macros 2020-04-20 11:08:46 -05:00
sensor sensor: lis3mdl: Check possible error in trigger_set 2020-04-20 15:43:23 +02:00
serial drivers: serial: uart_sam0: Fix build error with CONFIG_UART_ASYNC_API 2020-04-21 08:00:49 -05:00
spi drivers: spi: mcux_lpspi: Convert to DT_INST 2020-04-20 15:23:47 -05:00
timer arch: arm: aarch32: Fix incorrect z_arm_{int,exc}_exit usage 2020-04-20 18:22:46 +02:00
usb drivers: usb: device: kinetis: Convert driver to DT_INST macro 2020-04-20 15:40:44 +02:00
video drivers: video: mcux_csi: Convert driver to DT_INST macro 2020-04-20 11:08:46 -05:00
watchdog
wifi
CMakeLists.txt drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00
Kconfig drivers: dac: Add API for DAC peripherals 2020-04-20 17:41:48 +02:00