diff options
author | Bill Pemberton <wfp5p@virginia.edu> | 2012-12-06 12:35:15 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-12-07 01:29:45 -0500 |
commit | e0f8cb5fac7f6ab0353caccab54e960bbe517123 (patch) | |
tree | a78110396bdc025e9afb341b62c8cdb3c09565e0 /sound/mips/au1x00.c | |
parent | 325fbfe0904eb78007b3c319a73f277b7222116f (diff) |
ALSA: mips: remove __dev* attributes
CONFIG_HOTPLUG is going away as an option. As result the __dev*
markings will be going away.
Remove use of __devinit, __devexit_p, __devinitdata, __devinitconst,
and __devexit.
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/mips/au1x00.c')
-rw-r--r-- | sound/mips/au1x00.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mips/au1x00.c b/sound/mips/au1x00.c index 3f3ec0bec067..224f54be15a6 100644 --- a/sound/mips/au1x00.c +++ b/sound/mips/au1x00.c | |||
@@ -439,7 +439,7 @@ static struct snd_pcm_ops snd_card_au1000_capture_ops = { | |||
439 | .pointer = snd_au1000_pointer, | 439 | .pointer = snd_au1000_pointer, |
440 | }; | 440 | }; |
441 | 441 | ||
442 | static int __devinit | 442 | static int |
443 | snd_au1000_pcm_new(struct snd_au1000 *au1000) | 443 | snd_au1000_pcm_new(struct snd_au1000 *au1000) |
444 | { | 444 | { |
445 | struct snd_pcm *pcm; | 445 | struct snd_pcm *pcm; |
@@ -552,7 +552,7 @@ get the interrupt driven case to work efficiently */ | |||
552 | spin_unlock(&au1000->ac97_lock); | 552 | spin_unlock(&au1000->ac97_lock); |
553 | } | 553 | } |
554 | 554 | ||
555 | static int __devinit | 555 | static int |
556 | snd_au1000_ac97_new(struct snd_au1000 *au1000) | 556 | snd_au1000_ac97_new(struct snd_au1000 *au1000) |
557 | { | 557 | { |
558 | int err; | 558 | int err; |