From cd4f13c02a5d72e1fc367c51cc0fd955f65538e0 Mon Sep 17 00:00:00 2001 From: "Menon, Nishanth" Date: Thu, 22 Jul 2010 16:03:46 -0500 Subject: staging: tidspbridge: replace CONST with c standard const Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- drivers/staging/tidspbridge/include/dspbridge/pwr.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/tidspbridge/include/dspbridge/pwr.h') diff --git a/drivers/staging/tidspbridge/include/dspbridge/pwr.h b/drivers/staging/tidspbridge/include/dspbridge/pwr.h index 9f32c896a84..b42579246a0 100644 --- a/drivers/staging/tidspbridge/include/dspbridge/pwr.h +++ b/drivers/staging/tidspbridge/include/dspbridge/pwr.h @@ -45,7 +45,7 @@ * -EPERM: General failure, unable to send sleep command to * the DSP. */ -extern int pwr_sleep_dsp(IN CONST u32 sleep_code, IN CONST u32 timeout); +extern int pwr_sleep_dsp(IN const u32 sleep_code, IN const u32 timeout); /* * ======== pwr_wake_dsp ======== @@ -66,7 +66,7 @@ extern int pwr_sleep_dsp(IN CONST u32 sleep_code, IN CONST u32 timeout); * -EPERM: General failure, unable to send wake command to * the DSP. */ -extern int pwr_wake_dsp(IN CONST u32 timeout); +extern int pwr_wake_dsp(IN const u32 timeout); /* * ======== pwr_pm_pre_scale ======== -- cgit v1.2.3