summaryrefslogtreecommitdiff
path: root/util/autoport/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'util/autoport/main.go')
-rw-r--r--util/autoport/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/main.go b/util/autoport/main.go
index 99099d51f6..b7130b240e 100644
--- a/util/autoport/main.go
+++ b/util/autoport/main.go
@@ -827,6 +827,7 @@ func main() {
dsdt := Create(ctx, "dsdt.asl")
defer dsdt.Close()
+ Add_gpl(dsdt)
for _, define := range DSDTDefines {
if define.Comment != "" {
@@ -835,7 +836,6 @@ func main() {
dsdt.WriteString("#define " + define.Key + " " + define.Value + "\n")
}
- Add_gpl(dsdt)
dsdt.WriteString(
`#include <acpi/acpi.h>