summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/ce2.c
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2017-11-10 14:38:41 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-13 21:56:30 -0500
commitfd2cac59f3491cb5b4f5d1f3fc97df94734bd682 (patch)
treef58b133d0add2c05a1d019cae026059fc0b9a78d /drivers/gpu/nvgpu/common/linux/ce2.c
parentc9419732776a3f31b3c1ace0cd113151f3a4d7cd (diff)
gpu: nvgpu: Include UAPI explicitly
Add explicit #includes for <uapi/linux/nvgpu.h> for source code files that depend on it. JIRA NVGPU-259 Change-Id: I717d5f1493423fd3a7a34b6dd3380d33a9307a09 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1596254 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/ce2.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/ce2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/ce2.c b/drivers/gpu/nvgpu/common/linux/ce2.c
index 5f89ef7b..f172cede 100644
--- a/drivers/gpu/nvgpu/common/linux/ce2.c
+++ b/drivers/gpu/nvgpu/common/linux/ce2.c
@@ -14,6 +14,8 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include <uapi/linux/nvgpu.h>
18
17#include <nvgpu/types.h> 19#include <nvgpu/types.h>
18 20
19#include <nvgpu/hw/gk20a/hw_pbdma_gk20a.h> 21#include <nvgpu/hw/gk20a/hw_pbdma_gk20a.h>