summaryrefslogtreecommitdiffstats
path: root/drivers/staging/tidspbridge/include/dspbridge/drv.h
diff options
context:
space:
mode:
authorFelipe Contreras2010-07-04 15:36:23 +0200
committerGreg Kroah-Hartman2010-07-08 22:34:53 +0200
commitb3d23688a15c4c332942f9428e0d708e7362e29e (patch)
treec2a7e5eca57aef6c1f85df675e50655ab50b5987 /drivers/staging/tidspbridge/include/dspbridge/drv.h
parentstaging: ti dspbridge: deh: update copyright notice (diff)
downloadkernel-qcow2-linux-b3d23688a15c4c332942f9428e0d708e7362e29e.tar.gz
kernel-qcow2-linux-b3d23688a15c4c332942f9428e0d708e7362e29e.tar.xz
kernel-qcow2-linux-b3d23688a15c4c332942f9428e0d708e7362e29e.zip
staging: ti dspbridge: prefix configs with TIDSPBRIDGE
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/tidspbridge/include/dspbridge/drv.h')
-rw-r--r--drivers/staging/tidspbridge/include/dspbridge/drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/tidspbridge/include/dspbridge/drv.h b/drivers/staging/tidspbridge/include/dspbridge/drv.h
index 66f12ef82019..020bed008b8d 100644
--- a/drivers/staging/tidspbridge/include/dspbridge/drv.h
+++ b/drivers/staging/tidspbridge/include/dspbridge/drv.h
@@ -419,7 +419,7 @@ extern int drv_release_resources(IN u32 dw_context,
*/
int drv_request_bridge_res_dsp(void **phost_resources);
-#ifdef CONFIG_BRIDGE_RECOVERY
+#ifdef CONFIG_TIDSPBRIDGE_RECOVERY
void bridge_recover_schedule(void);
#endif