Commit d24eff04 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

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

Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 181dfb4c
......@@ -79,7 +79,7 @@ EXPORT_SYMBOL_GPL(sysdev_remove_file);
/*
* declare system_subsys
*/
decl_subsys(system, &ktype_sysdev, NULL);
static decl_subsys(system, &ktype_sysdev, NULL);
int sysdev_class_register(struct sysdev_class * cls)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment