diff options
author | Eldad Zack <eldad@fogrefinery.com> | 2013-04-03 17:18:50 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-04-04 02:30:18 -0400 |
commit | f9d354359145fae6ad1b0a2cf2b1a49ec817796a (patch) | |
tree | cf9f45d1247b82a13cb95c70cf37f515acb63fb0 | |
parent | 88766f04c4142c0a388a1de354616c3deafba513 (diff) |
ALSA: usb-audio: neaten MODULE_DEVICE_TABLE placement
Minor style fix, following a general code style in the kernel.
Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/usb/card.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/usb/card.c b/sound/usb/card.c index 8bab36cdf2ea..314e8a211c9a 100644 --- a/sound/usb/card.c +++ b/sound/usb/card.c | |||
@@ -714,8 +714,7 @@ static struct usb_device_id usb_audio_ids [] = { | |||
714 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL }, | 714 | .bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL }, |
715 | { } /* Terminating entry */ | 715 | { } /* Terminating entry */ |
716 | }; | 716 | }; |
717 | 717 | MODULE_DEVICE_TABLE(usb, usb_audio_ids); | |
718 | MODULE_DEVICE_TABLE (usb, usb_audio_ids); | ||
719 | 718 | ||
720 | /* | 719 | /* |
721 | * entry point for linux usb interface | 720 | * entry point for linux usb interface |