summaryrefslogtreecommitdiff
path: root/board/tqc
diff options
context:
space:
mode:
authorJames Byrne <james.byrne@origamienergy.com>2019-11-15 17:11:58 +0000
committerEugen Hristev <eugen.hristev@microchip.com>2019-12-03 10:17:25 +0200
commit464b50a34302ce56a9f30eb27dcedbf04f233188 (patch)
treef83af792c25b771b63ec50951cc9d54da5b1d849 /board/tqc
parent1297989804d66c8db92efbf9fa2e6cc76965a943 (diff)
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>
Diffstat (limited to 'board/tqc')
-rw-r--r--board/tqc/tqma6/tqma6_wru4.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tqc/tqma6/tqma6_wru4.c
index 3a5957f760..1320f8ad78 100644
--- a/board/tqc/tqma6/tqma6_wru4.c
+++ b/board/tqc/tqma6/tqma6_wru4.c
@@ -26,7 +26,6 @@
#include <linux/libfdt.h>
#include <malloc.h>
#include <i2c.h>
-#include <micrel.h>
#include <miiphy.h>
#include <mmc.h>
#include <netdev.h>