From 56930b9f1730d6cdaf59da6000cfe0ca71f90f15 Mon Sep 17 00:00:00 2001 From: Jordan Crouse Date: Thu, 25 Feb 2016 09:16:25 -0700 Subject: msm: kgsl: Update various exernal APIs for the 4.4 kernel Make several changes to build the GPU driver for 4.4: - Rename CONFIG_MSM to CONFIG_QCOM where applicable - Add msm_kgsl.h to the Kbuild exports - Remove linux/coresight_of.h (as it has been merged into coresight.h) and remove the .owner member of the coresight_desc struct. - Use the new location for the sync.h file (in staging) - Remove an unused sync function - Move oneshot_sync.h inside of #ifdef wrappers Signed-off-by: Jordan Crouse --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 7cc34cb88963..92971b5cbff2 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -275,6 +275,7 @@ header-y += mroute.h header-y += msdos_fs.h header-y += msg.h header-y += msm_ion.h +header-y += msm_kgsl.h header-y += msm_rmnet.h header-y += mtio.h header-y += nbd.h -- cgit v1.2.3