From c3e54e799ae78be58bf29214507a4e2537aecfe4 Mon Sep 17 00:00:00 2001 From: Shridhar Rasal Date: Wed, 29 Jun 2016 16:08:05 +0530 Subject: video: tegra: host: use falcon_data to falcon info - use 'private_data' of device data is ambiguous for holding falcon struct. - add new placeholder 'falcon_data' for it. Change-Id: I21d3043c0da07e673da2b15937504e78af0fdc46 Signed-off-by: Shridhar Rasal Reviewed-on: http://git-master/r/1173090 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Gagan Grover Reviewed-by: Prashant Gaikwad Reviewed-by: Deepak Nibade --- include/linux/nvhost.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/nvhost.h b/include/linux/nvhost.h index 949acef09..498ea5eb7 100644 --- a/include/linux/nvhost.h +++ b/include/linux/nvhost.h @@ -252,6 +252,7 @@ struct nvhost_device_data { bool kernel_only; void *private_data; /* private platform data */ + void *falcon_data; /* store the falcon info */ struct platform_device *pdev; /* owner platform_device */ void *virt_priv; /* private data for virtualized dev */ -- cgit v1.2.2