diff options
Diffstat (limited to 'drivers/sound/cs4281.c')
-rw-r--r-- | drivers/sound/cs4281.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/cs4281.c b/drivers/sound/cs4281.c index 3fcb068d1..661caa214 100644 --- a/drivers/sound/cs4281.c +++ b/drivers/sound/cs4281.c @@ -258,7 +258,7 @@ struct cs4281_state { #define SNDCTL_DSP_CS_GETDBGMASK _SIOWR('P', 52, int) #define SNDCTL_DSP_CS_SETDBGMASK _SIOWR('P', 53, int) -void printioctl(unsigned int x) +static void printioctl(unsigned int x) { unsigned int i; unsigned char vidx; |