X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sound%2Fcore%2Fdevice.c;fp=sound%2Fcore%2Fdevice.c;h=b1cf6ec567848bd4620e22c8224adbf687489b84;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=6ce4da4a1081995317c79523c22bfefd63786529;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/sound/core/device.c b/sound/core/device.c index 6ce4da4a1..b1cf6ec56 100644 --- a/sound/core/device.c +++ b/sound/core/device.c @@ -63,8 +63,6 @@ int snd_device_new(struct snd_card *card, snd_device_type_t type, return 0; } -EXPORT_SYMBOL(snd_device_new); - /** * snd_device_free - release the device from the card * @card: the card instance @@ -109,8 +107,6 @@ int snd_device_free(struct snd_card *card, void *device_data) return -ENXIO; } -EXPORT_SYMBOL(snd_device_free); - /** * snd_device_disconnect - disconnect the device * @card: the card instance @@ -186,8 +182,6 @@ int snd_device_register(struct snd_card *card, void *device_data) return -ENXIO; } -EXPORT_SYMBOL(snd_device_register); - /* * register all the devices on the card. * called from init.c