Skip to content

Commit

Permalink
ALSA: ASoC: Staticise keyclick dev_attr in tlv320aic26
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
  • Loading branch information
Mark Brown authored and Jaroslav Kysela committed Jul 29, 2008
1 parent ecb0b3f commit 9cce39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tlv320aic26.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static ssize_t aic26_keyclick_set(struct device *dev,
return count;
}

DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set);
static DEVICE_ATTR(keyclick, 0644, aic26_keyclick_show, aic26_keyclick_set);

/* ---------------------------------------------------------------------
* SPI device portion of driver: probe and release routines and SPI
Expand Down

0 comments on commit 9cce39a

Please sign in to comment.