aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/rmgr/drv_interface.c
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2010-07-12 17:56:01 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 10:50:15 -0700
commit2094f12d440c5a9fae032932266fa4a44135194c (patch)
tree377fa5faf01efdd6eabc4a43bf6a5dcddc614cc9 /drivers/staging/tidspbridge/rmgr/drv_interface.c
parent86dd51e4c4d620dfe1aca584a1332b55f3a49c05 (diff)
downloadkernel_samsung_smdk4412-2094f12d440c5a9fae032932266fa4a44135194c.zip
kernel_samsung_smdk4412-2094f12d440c5a9fae032932266fa4a44135194c.tar.gz
kernel_samsung_smdk4412-2094f12d440c5a9fae032932266fa4a44135194c.tar.bz2
staging: tidspbridge: remove std.h
std.h introduces _TI_ _FLOAT_ _FIXED_ _TARGET_ ARG_TO_INT ARG_TO_PTR which are no longer being used anywhere. we dont really need the custom std.h header. remove it from the repo. where we need types, introduce standard types.h Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/rmgr/drv_interface.c')
-rw-r--r--drivers/staging/tidspbridge/rmgr/drv_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/rmgr/drv_interface.c b/drivers/staging/tidspbridge/rmgr/drv_interface.c
index dae16f8..340c92d 100644
--- a/drivers/staging/tidspbridge/rmgr/drv_interface.c
+++ b/drivers/staging/tidspbridge/rmgr/drv_interface.c
@@ -19,6 +19,7 @@
/* ----------------------------------- Host OS */
#include <dspbridge/host_os.h>
+#include <linux/types.h>
#include <linux/platform_device.h>
#include <linux/pm.h>
@@ -32,7 +33,6 @@
#include <linux/cdev.h>
/* ----------------------------------- DSP/BIOS Bridge */
-#include <dspbridge/std.h>
#include <dspbridge/dbdefs.h>
/* ----------------------------------- Trace & Debug */