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:
Kumar Gala 2018-10-31 12:44:45 -05:00 committed by Anas Nashif
commit aa2bdbe322
72 changed files with 32 additions and 77 deletions

View file

@ -9,7 +9,7 @@
#include <misc/util.h>
#include <string.h>
#include <kernel.h>
#include <board.h>
#include <soc.h>
#include <errno.h>
#include <stdbool.h>
#include "stm32_can.h"