From 007dbe130fcea076c9444f8184963ace1f99a607 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Wed, 15 Oct 2014 22:56:12 +0200 Subject: macbook21: Kill empty smi.h Change-Id: I387bb6154fe432ef2fc5f92faca69e67d7a6370a Signed-off-by: Vladimir Serbinenko Reviewed-on: http://review.coreboot.org/7083 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/apple/macbook21/acpi/video.asl | 2 -- src/mainboard/apple/macbook21/smi.h | 23 ----------------------- src/mainboard/apple/macbook21/smihandler.c | 1 - 3 files changed, 26 deletions(-) delete mode 100644 src/mainboard/apple/macbook21/smi.h 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 - * - * 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 #include -#include "smi.h" /* The southbridge SMI handler checks whether gnvs has a * valid pointer before calling the trap handler -- cgit v1.1