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