Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 86da0d30 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

msm: kgsl: Re-export the UAPI header



Commit 7a6368ee ("msm: kgsl: Add support for the Adreno GPU") stopped
exporting the uapi header. Unfortunately not all the user-mode libraries
got the message. Start exporting it again to prevent breakage while
everybody figures out how to transition correctly.

Change-Id: Ic0dedbadc187d018b9ff34c0a93f156d525e8b16
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent d9f515c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
#include <linux/interrupt.h>
#include <linux/kthread.h>
#include <linux/mm.h>
#include <linux/msm_kgsl.h>
#include <linux/uaccess.h>

#include "kgsl_gmu_core.h"
#include "kgsl_pwrscale.h"

#include "uapi/msm_kgsl.h"

/*
 * --- kgsl drawobj flags ---
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@
#define __KGSL_COMPAT_H

#include <linux/compat.h>

#include "uapi/msm_kgsl.h"
#include <linux/msm_kgsl.h>

#ifdef CONFIG_COMPAT