diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-06 04:00:15 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-06 04:00:15 +0200 |
commit | c707e950015750c48fdc82c2746415213c0c534d (patch) | |
tree | 40c1bd20f7adec786a68f780ad6d1dcb4863751a | |
parent | 8ac65de6474e72f1cfc130e3cc1a4bfd5cf8e310 (diff) | |
parent | 7d2ac1036b7ff57f73ab64fd897867ddc07bcffe (diff) | |
download | op-kernel-dev-c707e950015750c48fdc82c2746415213c0c534d.zip op-kernel-dev-c707e950015750c48fdc82c2746415213c0c534d.tar.gz |
Merge branch 'topic/misc' into for-linus
-rw-r--r-- | sound/ppc/powermac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c index 5a92906..a2b69b8 100644 --- a/sound/ppc/powermac.c +++ b/sound/ppc/powermac.c @@ -51,7 +51,7 @@ static struct platform_device *device; /* */ -static int __init snd_pmac_probe(struct platform_device *devptr) +static int __devinit snd_pmac_probe(struct platform_device *devptr) { struct snd_card *card; struct snd_pmac *chip; |