X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=sound%2Fsound_core.c;h=0b0a016ca6d691563eac593634bc9dbdb3a39a7f;hb=708e16892e1646594a29eaa7ac7b209b600b9fd2;hp=7535ec821dcf8dfb53a55046853ad86b0cbff54d;hpb=602cada851b28c5792339786efe872fbdc1f5d41;p=linux-2.6 diff --git a/sound/sound_core.c b/sound/sound_core.c index 7535ec821d..0b0a016ca6 100644 --- a/sound/sound_core.c +++ b/sound/sound_core.c @@ -34,7 +34,6 @@ * locking at some point in 2.3.x. */ -#include #include #include #include @@ -552,10 +551,6 @@ int soundcore_open(struct inode *inode, struct file *file) return -ENODEV; } -extern int mod_firmware_load(const char *, char **); -EXPORT_SYMBOL(mod_firmware_load); - - MODULE_DESCRIPTION("Core sound module"); MODULE_AUTHOR("Alan Cox"); MODULE_LICENSE("GPL");