From 9d7d0a526193359b5289d933768e7465d9bbd91e Mon Sep 17 00:00:00 2001 From: "Menon, Nishanth" Date: Thu, 22 Jul 2010 16:03:47 -0500 Subject: staging: tidspbridge: remove IN modifier IN modifier does not exist. remove it Signed-off-by: Nishanth Menon Signed-off-by: Greg Kroah-Hartman --- drivers/staging/tidspbridge/include/dspbridge/pwr.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 b42579246a0..a6dc783904e 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(const u32 sleep_code, 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(const u32 timeout); /* * ======== pwr_pm_pre_scale ======== @@ -84,7 +84,7 @@ extern int pwr_wake_dsp(IN const u32 timeout); * -EPERM: General failure, unable to send wake command to * the DSP. */ -extern int pwr_pm_pre_scale(IN u16 voltage_domain, u32 level); +extern int pwr_pm_pre_scale(u16 voltage_domain, u32 level); /* * ======== pwr_pm_post_scale ======== @@ -102,6 +102,6 @@ extern int pwr_pm_pre_scale(IN u16 voltage_domain, u32 level); * -EPERM: General failure, unable to send wake command to * the DSP. */ -extern int pwr_pm_post_scale(IN u16 voltage_domain, u32 level); +extern int pwr_pm_post_scale(u16 voltage_domain, u32 level); #endif /* PWR_ */ -- cgit v1.2.3