video: tegra: include nvhost.h instead of nvhost_dev.h
authorErik Gilling <konkers@android.com>
Tue, 24 Aug 2010 23:43:44 +0000 (16:43 -0700)
committerColin Cross <ccross@android.com>
Wed, 6 Oct 2010 23:27:58 +0000 (16:27 -0700)
Signed-off-by: Erik Gilling <konkers@android.com>
drivers/video/tegra/dc/hdmi.c
drivers/video/tegra/fb.c

index b2a3b72172ee0ab8eb3077b01eebc5a0833907c6..f10891d50892286a59eb5a164a4f2779591c2410 100644 (file)
@@ -22,7 +22,7 @@
 #include <linux/gpio.h>
 #include <linux/interrupt.h>
 #include <linux/kernel.h>
-#include <linux/nvhost_bus.h>
+#include <linux/nvhost.h>
 #include <linux/slab.h>
 #include <linux/workqueue.h>
 
index dd3f772df93dc03be0a4dbeb36f372380ddc806b..46feef8759fe490ae56d4c1cee69f1bc313001e9 100644 (file)
@@ -24,7 +24,7 @@
 #include <linux/string.h>
 #include <linux/mm.h>
 #include <linux/slab.h>
-#include <linux/nvhost_bus.h>
+#include <linux/nvhost.h>
 
 #include <asm/atomic.h>