From: Adrian Bunk When I made mpuintr() static, I forgot to remove the export... Signed-off-by: Adrian Bunk Signed-off-by: Andrew Morton --- sound/oss/mpu401.c | 1 - 1 file changed, 1 deletion(-) diff -puN sound/oss/mpu401.c~the-scheduled-removal-of-some-oss-drivers-fix sound/oss/mpu401.c --- a/sound/oss/mpu401.c~the-scheduled-removal-of-some-oss-drivers-fix +++ a/sound/oss/mpu401.c @@ -1752,7 +1752,6 @@ static int mpu_timer_init(int midi_dev) EXPORT_SYMBOL(probe_mpu401); EXPORT_SYMBOL(attach_mpu401); EXPORT_SYMBOL(unload_mpu401); -EXPORT_SYMBOL(mpuintr); static struct address_info cfg; _