diff options
Diffstat (limited to 'sound/pci/cs5535audio/cs5535audio.c')
| -rw-r--r-- | sound/pci/cs5535audio/cs5535audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/cs5535audio/cs5535audio.c b/sound/pci/cs5535audio/cs5535audio.c index afb80370841..a6a877747e7 100644 --- a/sound/pci/cs5535audio/cs5535audio.c +++ b/sound/pci/cs5535audio/cs5535audio.c | |||
| @@ -395,7 +395,7 @@ static void __devexit snd_cs5535audio_remove(struct pci_dev *pci) | |||
| 395 | } | 395 | } |
| 396 | 396 | ||
| 397 | static struct pci_driver driver = { | 397 | static struct pci_driver driver = { |
| 398 | .name = DRIVER_NAME, | 398 | .name = KBUILD_MODNAME, |
| 399 | .id_table = snd_cs5535audio_ids, | 399 | .id_table = snd_cs5535audio_ids, |
| 400 | .probe = snd_cs5535audio_probe, | 400 | .probe = snd_cs5535audio_probe, |
| 401 | .remove = __devexit_p(snd_cs5535audio_remove), | 401 | .remove = __devexit_p(snd_cs5535audio_remove), |
