Commit 0b86809a authored by Víctor Manuel Jáquez Leal's avatar Víctor Manuel Jáquez Leal Committed by Greg Kroah-Hartman

staging: tidspbridge: remove header inclusions

drv_interface.c include several header files that are not really used.
Signed-off-by: default avatarVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9fdf6550
...@@ -16,11 +16,8 @@ ...@@ -16,11 +16,8 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/ */
/* ----------------------------------- Host OS */
#include <plat/dsp.h> #include <plat/dsp.h>
#include <dspbridge/host_os.h>
#include <linux/types.h> #include <linux/types.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <linux/pm.h> #include <linux/pm.h>
...@@ -38,10 +35,8 @@ ...@@ -38,10 +35,8 @@
/* ----------------------------------- OS Adaptation Layer */ /* ----------------------------------- OS Adaptation Layer */
#include <dspbridge/clk.h> #include <dspbridge/clk.h>
#include <dspbridge/sync.h>
/* ----------------------------------- Platform Manager */ /* ----------------------------------- Platform Manager */
#include <dspbridge/dspapi-ioctl.h>
#include <dspbridge/dspapi.h> #include <dspbridge/dspapi.h>
#include <dspbridge/dspdrv.h> #include <dspbridge/dspdrv.h>
...@@ -49,10 +44,8 @@ ...@@ -49,10 +44,8 @@
#include <dspbridge/pwr.h> #include <dspbridge/pwr.h>
#include <dspbridge/resourcecleanup.h> #include <dspbridge/resourcecleanup.h>
#include <dspbridge/chnl.h>
#include <dspbridge/proc.h> #include <dspbridge/proc.h>
#include <dspbridge/dev.h> #include <dspbridge/dev.h>
#include <dspbridge/drv.h>
#ifdef CONFIG_TIDSPBRIDGE_DVFS #ifdef CONFIG_TIDSPBRIDGE_DVFS
#include <mach-omap2/omap3-opp.h> #include <mach-omap2/omap3-opp.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment