commit | d9b13e964063e62d749c34dd68ac94996019ef16 | [log] [tgz] |
---|---|---|
author | Henry Herman <henryherman@google.com> | Fri Jun 14 10:06:26 2019 -0700 |
committer | Henry Herman <henryherman@google.com> | Tue Jun 18 20:17:54 2019 +0000 |
tree | d9d4095f3d052e17f967568347f929370fe952b0 | |
parent | ab00b78ea06366ecd07f19f82c5fa303bfcd3bfd [diff] |
Add support for kernel 4.4. Change-Id: I57d5038837b42e313a3fbbc1dd31c01daa22f4c8
diff --git a/os/linux/include/gl_os.h b/os/linux/include/gl_os.h index 0187dc3..7e446a8 100644 --- a/os/linux/include/gl_os.h +++ b/os/linux/include/gl_os.h
@@ -238,7 +238,7 @@ #if CFG_ENABLE_AEE_MSG #ifdef CONFIG_ANDROID -#include <mt-plat/aee.h> +#include <soc/mt-plat/aee.h> #else #include <soc/mt-plat/aee.h> #endif