drivers: serial: esp32: remove unused stubs.h include

This include is only required if typeof() macro is used, which
is not the case for the serial / uart driver.

Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
Martin Jäger 2022-07-13 16:28:43 +02:00 committed by Fabio Baltieri
commit 0088641994
2 changed files with 0 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#define DT_DRV_COMPAT espressif_esp32_usb_serial
#include "stubs.h"
#include <hal/usb_serial_jtag_ll.h>
#include <soc/uart_reg.h>

View file

@ -21,7 +21,6 @@
#include <esp32c3/rom/gpio.h>
#endif
#include <soc/uart_struct.h>
#include "stubs.h"
#include <hal/uart_ll.h>
#include <hal/uart_hal.h>
#include <hal/uart_types.h>