X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Foss%2Fcs4281%2Fcs4281pm-24.c;h=d2a453aff0aa17ee174101f60f150667ffab0680;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=faa091b8cb0df9f2d01acaa997e4a6d6db687133;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/sound/oss/cs4281/cs4281pm-24.c b/sound/oss/cs4281/cs4281pm-24.c index faa091b8c..d2a453aff 100644 --- a/sound/oss/cs4281/cs4281pm-24.c +++ b/sound/oss/cs4281/cs4281pm-24.c @@ -30,8 +30,8 @@ #define cs_pm_register(a, b, c) pm_register((a), (b), (c)); #define cs_pm_unregister_all(a) pm_unregister_all((a)); -int cs4281_suspend(struct cs4281_state *s); -int cs4281_resume(struct cs4281_state *s); +static int cs4281_suspend(struct cs4281_state *s); +static int cs4281_resume(struct cs4281_state *s); /* * for now (12/22/00) only enable the pm_register PM support. * allow these table entries to be null. @@ -41,7 +41,7 @@ int cs4281_resume(struct cs4281_state *s); #define CS4281_SUSPEND_TBL cs4281_suspend_null #define CS4281_RESUME_TBL cs4281_resume_null -int cs4281_pm_callback(struct pm_dev *dev, pm_request_t rqst, void *data) +static int cs4281_pm_callback(struct pm_dev *dev, pm_request_t rqst, void *data) { struct cs4281_state *state;