diff --git a/[refs] b/[refs] index e026138052be..4ad21e94d7e0 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 310355c111dbae005269fe3fc39afdd60779bf5d +refs/heads/master: 2eef1258e54722b1c4efac6e5760d2153f96c4b4 diff --git a/trunk/sound/spi/at73c213.c b/trunk/sound/spi/at73c213.c index 89d6e9c35140..b8860b26fc62 100644 --- a/trunk/sound/spi/at73c213.c +++ b/trunk/sound/spi/at73c213.c @@ -737,7 +737,7 @@ static int __devinit snd_at73c213_mixer(struct snd_at73c213 *chip) /* * Device functions */ -static int snd_at73c213_ssc_init(struct snd_at73c213 *chip) +static int __devinit snd_at73c213_ssc_init(struct snd_at73c213 *chip) { /* * Continuous clock output. @@ -767,7 +767,7 @@ static int snd_at73c213_ssc_init(struct snd_at73c213 *chip) return 0; } -static int snd_at73c213_chip_init(struct snd_at73c213 *chip) +static int __devinit snd_at73c213_chip_init(struct snd_at73c213 *chip) { int retval; unsigned char dac_ctrl = 0; @@ -933,7 +933,7 @@ static int __devinit snd_at73c213_dev_init(struct snd_card *card, return retval; } -static int snd_at73c213_probe(struct spi_device *spi) +static int __devinit snd_at73c213_probe(struct spi_device *spi) { struct snd_card *card; struct snd_at73c213 *chip;