drivers: Remove board.h include
We either don't need board.h in the driver or we should be include soc.h instead. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
0f1b6ffbdd
commit
aa2bdbe322
72 changed files with 32 additions and 77 deletions
|
@ -9,7 +9,7 @@
|
|||
#include <em_leuart.h>
|
||||
#include <em_gpio.h>
|
||||
#include <em_cmu.h>
|
||||
#include <board.h>
|
||||
#include <soc.h>
|
||||
|
||||
#define DEV_CFG(dev) \
|
||||
((const struct leuart_gecko_config * const)(dev)->config->config_info)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue