[PATCH] 2.5.31 missing EXPORT devfs/base.c

Peter T. Breuer (ptb@it.uc3m.es)
Sun, 18 Aug 2002 23:19:14 +0200 (MET DST)


devfs_find_and_unregister is listed in the header files, but
not exported from the place where it matters. It's needed
in module cleanups/exit code.

Peter

--- linux-2.5.31/fs/devfs/base.c.orig Sun Aug 11 03:41:22 2002
+++ linux-2.5.31/fs/devfs/base.c Sun Aug 18 17:01:33 2002
@@ -2327,6 +2327,7 @@
EXPORT_SYMBOL(devfs_auto_unregister);
EXPORT_SYMBOL(devfs_get_unregister_slave);
EXPORT_SYMBOL(devfs_get_name);
+EXPORT_SYMBOL(devfs_find_and_unregister);


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