diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-21 21:15:54 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2014-08-22 12:32:36 +0200 |
commit | 075422704437b893849f0a39d86130227e75f913 (patch) | |
tree | fb03c7670e15aa86b8b5c8a2894c039bf6f2589c /src/mainboard/lenovo/t530 | |
parent | bcf58a44d19a213069ac404b15be792ac58e0c15 (diff) |
lenovo/{x230,t530}: Remove empty smi.h
Change-Id: I26fa6508f50faff7f1c1724884b5ffa30463b896
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/6728
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/lenovo/t530')
-rw-r--r-- | src/mainboard/lenovo/t530/smi.h | 0 | ||||
-rw-r--r-- | src/mainboard/lenovo/t530/smihandler.c | 1 |
2 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/lenovo/t530/smi.h b/src/mainboard/lenovo/t530/smi.h deleted file mode 100644 index e69de29bb2..0000000000 --- a/src/mainboard/lenovo/t530/smi.h +++ /dev/null diff --git a/src/mainboard/lenovo/t530/smihandler.c b/src/mainboard/lenovo/t530/smihandler.c index bbe08e2620..da6d863b8e 100644 --- a/src/mainboard/lenovo/t530/smihandler.c +++ b/src/mainboard/lenovo/t530/smihandler.c @@ -27,7 +27,6 @@ #include <pc80/mc146818rtc.h> #include <ec/lenovo/h8/h8.h> #include <delay.h> -#include "smi.h" #include <southbridge/intel/bd82x6x/nvs.h> #include <southbridge/intel/bd82x6x/pch.h> #include <southbridge/intel/bd82x6x/me.h> |