diff options
author | Aaron Durbin <adurbin@chromium.org> | 2017-05-04 12:38:47 -0500 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2017-05-05 15:19:54 +0200 |
commit | c2b1390d4701e4d1cbbd1aa25340704fec86185f (patch) | |
tree | 84e986cd58411ad00ba5121a38b127e9aa779c10 /src/mainboard | |
parent | cf6392f756bac2ef03ff07b7fd5e5d07a76e038d (diff) | |
download | coreboot-c2b1390d4701e4d1cbbd1aa25340704fec86185f.tar.xz |
mainboard/siemens/mc_apl1: remove unnecessary header
soc/i2c.h does not need to be included in this compilation unit.
Change-Id: Ife11642d2e69af7235c93fc54bba38853b046169
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/19572
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Mario Scheithauer <mario.scheithauer@siemens.com>
Reviewed-by: Werner Zeh <werner.zeh@siemens.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/ptn3460.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/ptn3460.c b/src/mainboard/siemens/mc_apl1/ptn3460.c index d63c71cce8..7fc5507356 100644 --- a/src/mainboard/siemens/mc_apl1/ptn3460.c +++ b/src/mainboard/siemens/mc_apl1/ptn3460.c @@ -17,7 +17,6 @@ #include <lib.h> #include <hwilib.h> #include <device/i2c.h> -#include <soc/i2c.h> #include "ptn3460.h" /** |