commit | c12cf939623e3eceb0803a38a6088d7bedb011fa | [log] [tgz] |
---|---|---|
author | Henry Herman <henryherman@google.com> | Fri Jun 14 09:32:55 2019 -0700 |
committer | Henry Herman <henryherman@google.com> | Fri Jun 14 09:32:55 2019 -0700 |
tree | 0271a82bf5825d3155b4d0a64f662503ed40ee09 | |
parent | b49518504d9c259e76bf4bf14bbb03624d85ba84 [diff] |
Change header import path for 4.4 kernel support. Change-Id: I13f217aec045143c163cee80eea0d1b7f3cb560d
diff --git a/os/linux/include/gl_os.h b/os/linux/include/gl_os.h index 84a019c..0187dc3 100644 --- a/os/linux/include/gl_os.h +++ b/os/linux/include/gl_os.h
@@ -240,7 +240,7 @@ #ifdef CONFIG_ANDROID #include <mt-plat/aee.h> #else -#include <linux/aee.h> +#include <soc/mt-plat/aee.h> #endif #endif