summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-10-15 22:56:12 +0200
committerVladimir Serbinenko <phcoder@gmail.com>2014-10-17 14:37:08 +0200
commit007dbe130fcea076c9444f8184963ace1f99a607 (patch)
treeccde267f930dbde9789e56384ee8fe990d1948f7
parent58470e39b3958292e112e13251c5c811409a7a02 (diff)
downloadcoreboot-staging-007dbe130fcea076c9444f8184963ace1f99a607.zip
coreboot-staging-007dbe130fcea076c9444f8184963ace1f99a607.tar.gz
macbook21: Kill empty smi.h
Change-Id: I387bb6154fe432ef2fc5f92faca69e67d7a6370a Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/7083 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
-rw-r--r--src/mainboard/apple/macbook21/acpi/video.asl2
-rw-r--r--src/mainboard/apple/macbook21/smi.h23
-rw-r--r--src/mainboard/apple/macbook21/smihandler.c1
3 files changed, 0 insertions, 26 deletions
diff --git a/src/mainboard/apple/macbook21/acpi/video.asl b/src/mainboard/apple/macbook21/acpi/video.asl
index 50a0947..c2f9dfb 100644
--- a/src/mainboard/apple/macbook21/acpi/video.asl
+++ b/src/mainboard/apple/macbook21/acpi/video.asl
@@ -19,8 +19,6 @@
* MA 02110-1301 USA
*/
-#include "smi.h"
-
Device (DSPC)
{
Name (_ADR, 0x00020001)
diff --git a/src/mainboard/apple/macbook21/smi.h b/src/mainboard/apple/macbook21/smi.h
deleted file mode 100644
index 92186bf..0000000
--- a/src/mainboard/apple/macbook21/smi.h
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
- * This file is part of the coreboot project.
- *
- * Copyright (C) 2011 Sven Schnelle <svens@stackframe.org>
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
- */
-
-#ifndef MAINBOARD_APPLE_MACBOOK21_SMI_H
-#define MAINBOARD_APPLE_MACBOOK21_SMI_H
-
-#endif
diff --git a/src/mainboard/apple/macbook21/smihandler.c b/src/mainboard/apple/macbook21/smihandler.c
index 0b3d615..ab039dd 100644
--- a/src/mainboard/apple/macbook21/smihandler.c
+++ b/src/mainboard/apple/macbook21/smihandler.c
@@ -26,7 +26,6 @@
#include "southbridge/intel/i82801gx/i82801gx.h"
#include <pc80/mc146818rtc.h>
#include <delay.h>
-#include "smi.h"
/* The southbridge SMI handler checks whether gnvs has a
* valid pointer before calling the trap handler
OpenPOWER on IntegriCloud