mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 05:17:10 +09:00
video: tegra: move nvhost.h to mach-tegra/include/nvhost.h
Change-Id: I3bcc0a91cb379c0bd6ef382a5bf10e2406e55697 Signed-off-by: Gary King <gking@nvidia.com>
This commit is contained in:
committed by
Rebecca Schultz Zavin
parent
c4462d163b
commit
93fa4f2a2d
@@ -19,7 +19,6 @@
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/err.h>
|
||||
#include <linux/errno.h>
|
||||
#include <linux/nvhost.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/io.h>
|
||||
@@ -35,6 +34,7 @@
|
||||
#include <mach/clk.h>
|
||||
#include <mach/dc.h>
|
||||
#include <mach/fb.h>
|
||||
#include <mach/nvhost.h>
|
||||
|
||||
#include "dc_reg.h"
|
||||
#include "dc_priv.h"
|
||||
|
||||
@@ -22,13 +22,13 @@
|
||||
#include <linux/gpio.h>
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/nvhost.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/workqueue.h>
|
||||
|
||||
#include <mach/clk.h>
|
||||
#include <mach/dc.h>
|
||||
#include <mach/fb.h>
|
||||
#include <mach/nvhost.h>
|
||||
|
||||
#include "dc_reg.h"
|
||||
#include "dc_priv.h"
|
||||
|
||||
@@ -24,12 +24,12 @@
|
||||
#include <linux/string.h>
|
||||
#include <linux/mm.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/nvhost.h>
|
||||
|
||||
#include <asm/atomic.h>
|
||||
|
||||
#include <mach/dc.h>
|
||||
#include <mach/fb.h>
|
||||
#include <mach/nvhost.h>
|
||||
|
||||
struct tegra_fb_info {
|
||||
struct tegra_dc_win *win;
|
||||
|
||||
@@ -20,7 +20,8 @@
|
||||
*/
|
||||
|
||||
#include <linux/pm_runtime.h>
|
||||
#include <linux/nvhost.h>
|
||||
|
||||
#include <mach/nvhost.h>
|
||||
|
||||
#include "dev.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "dev.h"
|
||||
|
||||
#include <linux/nvhost.h>
|
||||
#include <linux/slab.h>
|
||||
#include <linux/string.h>
|
||||
#include <linux/spinlock.h>
|
||||
@@ -31,10 +30,11 @@
|
||||
#include <linux/platform_device.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/file.h>
|
||||
#include <linux/nvhost.h>
|
||||
|
||||
#include <asm/io.h>
|
||||
|
||||
#include <mach/nvhost.h>
|
||||
|
||||
#define DRIVER_NAME "tegra_grhost"
|
||||
#define IFACE_NAME "nvhost"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user