diff options
Diffstat (limited to 'sound/pci/intel8x0.c')
-rw-r--r-- | sound/pci/intel8x0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index 6c896dbfd79..c01a89b78d4 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c | |||
@@ -3266,7 +3266,7 @@ static void __devexit snd_intel8x0_remove(struct pci_dev *pci) | |||
3266 | } | 3266 | } |
3267 | 3267 | ||
3268 | static struct pci_driver driver = { | 3268 | static struct pci_driver driver = { |
3269 | .name = "Intel ICH", | 3269 | .name = KBUILD_MODNAME, |
3270 | .id_table = snd_intel8x0_ids, | 3270 | .id_table = snd_intel8x0_ids, |
3271 | .probe = snd_intel8x0_probe, | 3271 | .probe = snd_intel8x0_probe, |
3272 | .remove = __devexit_p(snd_intel8x0_remove), | 3272 | .remove = __devexit_p(snd_intel8x0_remove), |