diff options
-rw-r--r-- | util/autoport/bd82x6x.go | 1 | ||||
-rw-r--r-- | util/autoport/main.go | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/util/autoport/bd82x6x.go b/util/autoport/bd82x6x.go index 8ad0c1756b..d31cd6b4b6 100644 --- a/util/autoport/bd82x6x.go +++ b/util/autoport/bd82x6x.go @@ -294,7 +294,6 @@ func (b bd82x6x) Scan(ctx Context, addr PCIDevData) { sb.WriteString(`#include <bootblock_common.h> #include <device/pci_ops.h> #include <southbridge/intel/bd82x6x/pch.h> - `) usbPortConfig := "{\n" diff --git a/util/autoport/main.go b/util/autoport/main.go index 6426dd305c..99099d51f6 100644 --- a/util/autoport/main.go +++ b/util/autoport/main.go @@ -837,8 +837,7 @@ func main() { Add_gpl(dsdt) dsdt.WriteString( - ` -#include <acpi/acpi.h> +`#include <acpi/acpi.h> DefinitionBlock( "dsdt.aml", |