From ade9f5e03f1d0fd4987fc3f9fafb12e4118ac570 Mon Sep 17 00:00:00 2001 From: Alex Waterman Date: Tue, 10 Oct 2017 13:18:02 -0700 Subject: gpu: nvgpu: Remove phys_addr_t from common code Remove phys_addr_t change for corresponding change in the nvgpu main repo. JIRA NVGPU-30 JIRA NVGPU-226 Change-Id: I05a19bc51e949279edef6e9ad7161226cbca51a7 Signed-off-by: Alex Waterman Reviewed-on: https://git-master.nvidia.com/r/1576466 Reviewed-by: svc-mobile-coverity Reviewed-by: svccoveritychecker GVS: Gerrit_Virtual_Submit Reviewed-by: Deepak Nibade Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'drivers/gpu/nvgpu/include') diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h b/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h index fcf99778..4b499882 100644 --- a/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h +++ b/drivers/gpu/nvgpu/include/nvgpu/nvhost_t19x.h @@ -24,12 +24,13 @@ #define __NVGPU_NVHOST_T19X_H__ #ifdef CONFIG_TEGRA_GK20A_NVHOST +#include + struct nvgpu_nvhost_dev; int nvgpu_nvhost_syncpt_unit_interface_get_aperture( struct nvgpu_nvhost_dev *nvhost_dev, - phys_addr_t *base, - size_t *size); + u64 *base, size_t *size); u32 nvgpu_nvhost_syncpt_unit_interface_get_byte_offset(u32 syncpt_id); #endif -- cgit v1.2.2