subsys: Remove board.h include
The subsys code doesn't need anything from board.h so lets remove the include. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
10976dda23
commit
cabdf5e9dd
4 changed files with 0 additions and 4 deletions
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <misc/byteorder.h>
|
#include <misc/byteorder.h>
|
||||||
#include <board.h>
|
|
||||||
#include <dfu/mcuboot.h>
|
#include <dfu/mcuboot.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -16,7 +16,6 @@ LOG_MODULE_REGISTER(LOG_MODULE_NAME);
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <flash.h>
|
#include <flash.h>
|
||||||
#include <board.h>
|
|
||||||
#include <dfu/flash_img.h>
|
#include <dfu/flash_img.h>
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#include <board.h>
|
|
||||||
#include <device.h>
|
#include <device.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,6 @@
|
||||||
#include <misc/util.h>
|
#include <misc/util.h>
|
||||||
#include <misc/__assert.h>
|
#include <misc/__assert.h>
|
||||||
#include <init.h>
|
#include <init.h>
|
||||||
#include <board.h>
|
|
||||||
#if defined(USB_VUSB_EN_GPIO)
|
#if defined(USB_VUSB_EN_GPIO)
|
||||||
#include <gpio.h>
|
#include <gpio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue