diff options
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/tlv320aic26.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tlv320aic26.c b/sound/soc/codecs/tlv320aic26.c index 73b70271e58c..bed8a9e63ddc 100644 --- a/sound/soc/codecs/tlv320aic26.c +++ b/sound/soc/codecs/tlv320aic26.c | |||
@@ -418,7 +418,7 @@ static ssize_t aic26_keyclick_set(struct device *dev, | |||
418 | return count; | 418 | return count; |
419 | } | 419 | } |
420 | 420 | ||
421 | DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set); | 421 | static DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set); |
422 | 422 | ||
423 | /* --------------------------------------------------------------------- | 423 | /* --------------------------------------------------------------------- |
424 | * SPI device portion of driver: probe and release routines and SPI | 424 | * SPI device portion of driver: probe and release routines and SPI |