summaryrefslogtreecommitdiff
path: root/src/mainboard/google/link/mainboard.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-08-13 20:17:57 +0200
committerMartin Roth <martinroth@google.com>2018-08-14 23:25:59 +0000
commitec6d01579b62b2b62947f501efd65fbafefcdb92 (patch)
tree9bdeef27f3c3e55c8f8d713bf7ffc71e3795b14a /src/mainboard/google/link/mainboard.c
parentfb09693ab69150159170465df49618e794f7dd59 (diff)
downloadcoreboot-ec6d01579b62b2b62947f501efd65fbafefcdb92.tar.xz
src: Remove duplicated 'include <device/device.h>'
Change-Id: Ia38c6f8d978065090564d449cae11d54ddb96421 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28064 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/google/link/mainboard.c')
-rw-r--r--src/mainboard/google/link/mainboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/google/link/mainboard.c b/src/mainboard/google/link/mainboard.c
index 6f529da521..91b7e596b2 100644
--- a/src/mainboard/google/link/mainboard.c
+++ b/src/mainboard/google/link/mainboard.c
@@ -17,7 +17,6 @@
#include <types.h>
#include <string.h>
#include <device/device.h>
-#include <device/device.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <console/console.h>