drivers: modem: gsm_ppp: Use DTS

Convert the gsm_ppp driver to use DTS.

Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
Yong Cong Sin 2021-04-25 01:09:30 +08:00 committed by Anas Nashif
commit 9d2f8a1124
19 changed files with 87 additions and 29 deletions

View file

@ -7,8 +7,6 @@
#ifndef GSM_PPP_H_
#define GSM_PPP_H_
#define GSM_MODEM_DEVICE_NAME "modem_gsm"
/** @cond INTERNAL_HIDDEN */
struct device;
void gsm_ppp_start(const struct device *dev);