diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-06-10 07:26:46 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-06-10 07:26:46 +0200 |
commit | 1282c824cc4ad5b43fc1813e7ea564c0d6f0d046 (patch) | |
tree | fc82ba9aee9587f65870f8a544f2118b299d33cc /sound/ppc/keywest.c | |
parent | 45d60e3648eaba1f5f6976df901fb7c45660fb49 (diff) | |
parent | 82ced6fd28653ab456c3e5b25e9ef3c1c96cd6e9 (diff) | |
download | op-kernel-dev-1282c824cc4ad5b43fc1813e7ea564c0d6f0d046.zip op-kernel-dev-1282c824cc4ad5b43fc1813e7ea564c0d6f0d046.tar.gz |
Merge branch 'topic/section-fix' into for-linus
* topic/section-fix:
ALSA: Add missing __devexit_p() markers
ALSA: powermac - Replace the rest of __init*
ALSA: sound/ppc: update annotations of serveral functions
Diffstat (limited to 'sound/ppc/keywest.c')
-rw-r--r-- | sound/ppc/keywest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c index b2e2aac..835fa19 100644 --- a/sound/ppc/keywest.c +++ b/sound/ppc/keywest.c @@ -105,7 +105,7 @@ void snd_pmac_keywest_cleanup(struct pmac_keywest *i2c) } } -int __init snd_pmac_tumbler_post_init(void) +int __devinit snd_pmac_tumbler_post_init(void) { int err; @@ -120,7 +120,7 @@ int __init snd_pmac_tumbler_post_init(void) } /* exported */ -int __init snd_pmac_keywest_init(struct pmac_keywest *i2c) +int __devinit snd_pmac_keywest_init(struct pmac_keywest *i2c) { int err; |