drivers: modem: gsm: move header file into modem directory
There is a specified location for modem drivers so move this header right there. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
This commit is contained in:
parent
838380bb63
commit
cb30cc5f8c
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ LOG_MODULE_REGISTER(modem_gsm, CONFIG_MODEM_LOG_LEVEL);
|
|||
#include <sys/ring_buffer.h>
|
||||
#include <sys/util.h>
|
||||
#include <net/ppp.h>
|
||||
#include <drivers/gsm_ppp.h>
|
||||
#include <drivers/modem/gsm_ppp.h>
|
||||
#include <drivers/uart.h>
|
||||
#include <drivers/console/uart_mux.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue