From 7269592fe51dfca0a7d251f00a35dc5eb65c261b Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 26 Jul 2011 14:09:02 +0300 Subject: nvhost: Move include files to kernel/include To prepare for kernel modularization, nvhost include files need to be moved from mach-tegra/include to kernel/include. At the same time user space specific part is split into nvhost_ioctl.h. Bug 854182 Original-Change-Id: I3694a40d786028733310ecf5b59341282af571be Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/43211 Reviewed-by: Varun Colbert Tested-by: Varun Colbert Rebase-Id: Rc4fadf65d59ddfb5bb924e7adfccd39e86a0b2c7 --- drivers/video/tegra/host/nvhost_syncpt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'drivers/video/tegra/host/nvhost_syncpt.c') diff --git a/drivers/video/tegra/host/nvhost_syncpt.c b/drivers/video/tegra/host/nvhost_syncpt.c index 71233096c0c6..6236dedf5f88 100644 --- a/drivers/video/tegra/host/nvhost_syncpt.c +++ b/drivers/video/tegra/host/nvhost_syncpt.c @@ -3,7 +3,7 @@ * * Tegra Graphics Host Syncpoints * - * Copyright (c) 2010, NVIDIA Corporation. + * Copyright (c) 2010-2011, NVIDIA Corporation. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,6 +20,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include #include "nvhost_syncpt.h" #include "dev.h" -- cgit v1.2.3