diff options
author | Peter Lemenkov <lemenkov@gmail.com> | 2018-10-12 12:12:26 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-16 09:44:17 +0000 |
commit | 978f47add87779bce2fbfa12d50abe838da445e3 (patch) | |
tree | 6cd8c7e1c5b69455eb898f2d7ad35425c17ea5d7 | |
parent | 674ed24075d2c61f69db8f33b49aa0a6a24ffc5e (diff) |
mb/lenovo/x60/dsdt: Remove unused include
Tested - builds fine with this patch.
Change-Id: I4666a8c9dd0e03ee32770844019dfc032e07e460
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
Reviewed-on: https://review.coreboot.org/29068
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes HAOUAS <ehaouas@noos.fr>
-rw-r--r-- | src/mainboard/lenovo/x60/dsdt.asl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl index 32223033f6..d4f4668da1 100644 --- a/src/mainboard/lenovo/x60/dsdt.asl +++ b/src/mainboard/lenovo/x60/dsdt.asl @@ -14,8 +14,6 @@ * GNU General Public License for more details. */ -#include "smi.h" - #define THINKPAD_EC_GPE 28 #define BRIGHTNESS_UP \_SB.PCI0.GFX0.INCB #define BRIGHTNESS_DOWN \_SB.PCI0.GFX0.DECB |