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:
parent
773dcf009c
commit
0088641994
2 changed files with 0 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue