summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/nvmap/nvmap_ioctl.c
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2013-07-02 15:56:28 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:32:10 -0700
commit8ebfa770c77c84027ed2297c43c9c205d3af6a1b (patch)
tree913652f7a76850c325aeda2cd7316107075ad908 /drivers/video/tegra/nvmap/nvmap_ioctl.c
parentd528a279612a13bd0b96867f73b38951a84ecb5e (diff)
video: tegra: nvmap: remove unnecessary nvmap_common.h file
move the content to nvmap_priv.h Change-Id: I6614e357f64ec19cbb95479697c48c0989a33a5c Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/244556 (cherry picked from commit 866854d9c04c6a13525d4483d25ef71663e0f973) Reviewed-on: http://git-master/r/249527 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'drivers/video/tegra/nvmap/nvmap_ioctl.c')
-rw-r--r--drivers/video/tegra/nvmap/nvmap_ioctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/tegra/nvmap/nvmap_ioctl.c b/drivers/video/tegra/nvmap/nvmap_ioctl.c
index b9babf886de6..900eee6cf0f5 100644
--- a/drivers/video/tegra/nvmap/nvmap_ioctl.c
+++ b/drivers/video/tegra/nvmap/nvmap_ioctl.c
@@ -42,7 +42,6 @@
#include "nvmap_ioctl.h"
#include "nvmap_priv.h"
-#include "nvmap_common.h"
#include <linux/list.h>