[PATCH] sysdev: make system_subsys static as no one else needs access to it.

From: Greg KH
Date: Wed Mar 09 2005 - 21:52:15 EST


ChangeSet 1.2049, 2005/03/09 09:59:49-08:00, gregkh@xxxxxxx

[PATCH] sysdev: make system_subsys static as no one else needs access to it.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxx>


drivers/base/sys.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/base/sys.c b/drivers/base/sys.c
--- a/drivers/base/sys.c 2005-03-09 16:28:45 -08:00
+++ b/drivers/base/sys.c 2005-03-09 16:28:45 -08:00
@@ -79,7 +79,7 @@
/*
* declare system_subsys
*/
-decl_subsys(system, &ktype_sysdev, NULL);
+static decl_subsys(system, &ktype_sysdev, NULL);

int sysdev_class_register(struct sysdev_class * cls)
{

-
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/