Commit 464b50a34302ce56a9f30eb27dcedbf04f233188

Authored by James Byrne
Committed by Eugen Hristev
1 parent 1297989804

board: Remove unnecessary inclusion of micrel.h from boards

Several boards still unnecessarily included micrel.h but no longer
require it since the switch to Device Tree configuration.

Signed-off-by: James Byrne <james.byrne@origamienergy.com>

Showing 5 changed files with 0 additions and 7 deletions Side-by-side Diff

board/atmel/sama5d3xek/sama5d3xek.c
... ... @@ -15,8 +15,6 @@
15 15 #include <debug_uart.h>
16 16 #include <env.h>
17 17 #include <linux/ctype.h>
18   -#include <phy.h>
19   -#include <micrel.h>
20 18 #include <spl.h>
21 19 #include <asm/arch/atmel_mpddrc.h>
22 20 #include <asm/arch/at91_wdt.h>
board/kosagi/novena/novena.c
... ... @@ -34,8 +34,6 @@
34 34 #include <linux/fb.h>
35 35 #include <linux/input.h>
36 36 #include <malloc.h>
37   -#include <micrel.h>
38   -#include <miiphy.h>
39 37 #include <mmc.h>
40 38 #include <netdev.h>
41 39 #include <power/pmic.h>
board/seco/mx6quq7/mx6quq7.c
... ... @@ -26,7 +26,6 @@
26 26 #include <ipu_pixfmt.h>
27 27 #include <asm/io.h>
28 28 #include <asm/arch/sys_proto.h>
29   -#include <micrel.h>
30 29 #include <asm/mach-imx/mxc_i2c.h>
31 30 #include <i2c.h>
32 31  
board/toradex/colibri_imx6/colibri_imx6.c
... ... @@ -28,7 +28,6 @@
28 28 #include <dm/platform_data/serial_mxc.h>
29 29 #include <fsl_esdhc_imx.h>
30 30 #include <imx_thermal.h>
31   -#include <micrel.h>
32 31 #include <miiphy.h>
33 32 #include <netdev.h>
34 33 #include <cpu.h>
board/tqc/tqma6/tqma6_wru4.c
... ... @@ -26,7 +26,6 @@
26 26 #include <linux/libfdt.h>
27 27 #include <malloc.h>
28 28 #include <i2c.h>
29   -#include <micrel.h>
30 29 #include <miiphy.h>
31 30 #include <mmc.h>
32 31 #include <netdev.h>