mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
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>
This commit is contained in:
parent
88766f04c4
commit
f9d3543591
1 changed files with 1 additions and 2 deletions
|
@ -714,8 +714,7 @@ static struct usb_device_id usb_audio_ids [] = {
|
|||
.bInterfaceSubClass = USB_SUBCLASS_AUDIOCONTROL },
|
||||
{ } /* Terminating entry */
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE (usb, usb_audio_ids);
|
||||
MODULE_DEVICE_TABLE(usb, usb_audio_ids);
|
||||
|
||||
/*
|
||||
* entry point for linux usb interface
|
||||
|
|
Loading…
Reference in a new issue