summaryrefslogtreecommitdiff
path: root/generate
diff options
context:
space:
mode:
authorLv Zheng <lv.zheng@intel.com>2017-04-27 17:23:47 +0800
committerLv Zheng <lv.zheng@intel.com>2017-04-27 17:23:47 +0800
commite30ebbb92f53b88eb74acfe08e35e79d08bd070e (patch)
tree7c0f085f9f6ffd33458f3ae9b513720fa97275fb /generate
parentc55bb526ac9233fe4abc5ea923e136354ce7779c (diff)
downloadacpica-e30ebbb92f53b88eb74acfe08e35e79d08bd070e.tar.gz
acpisrc: Fix linuxize conversion of converter structures
Converter related structures are released to Linux kernel while they are not correctly linuxized. This patch fixes this issue. Lv Zheng. Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Diffstat (limited to 'generate')
-rwxr-xr-xgenerate/linux/libacpica.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate/linux/libacpica.sh b/generate/linux/libacpica.sh
index c4d2227a8..150f53789 100755
--- a/generate/linux/libacpica.sh
+++ b/generate/linux/libacpica.sh
@@ -36,7 +36,7 @@ acpica_privs()
incs="\
acapps.h \
- accommon.h \
+ accommon.h acconvert.h \
acdebug.h acdispat.h \
acevents.h \
acglobal.h \