[-mm patch] sound/oss/mpu401.c: don't export a static function

From: Adrian Bunk
Date: Sat Jul 08 2006 - 17:27:23 EST


When I made mpuintr() static, I forgot to remove the export...

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.17-mm6-full/sound/oss/mpu401.c.old 2006-07-08 23:14:50.000000000 +0200
+++ linux-2.6.17-mm6-full/sound/oss/mpu401.c 2006-07-08 23:15:06.000000000 +0200
@@ -1752,7 +1752,6 @@
EXPORT_SYMBOL(probe_mpu401);
EXPORT_SYMBOL(attach_mpu401);
EXPORT_SYMBOL(unload_mpu401);
-EXPORT_SYMBOL(mpuintr);

static struct address_info cfg;


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/