Patrick Georgi has submitted this change and it was merged. ( https://review.coreboot.org/29068 )
Change subject: mb/lenovo/x60/dsdt: Remove unused include ......................................................................
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 --- M src/mainboard/lenovo/x60/dsdt.asl 1 file changed, 0 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Elyes HAOUAS: Looks good to me, approved
diff --git a/src/mainboard/lenovo/x60/dsdt.asl b/src/mainboard/lenovo/x60/dsdt.asl index 3222303..d4f4668 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