Commit 07b8bb0f authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

kevent: fix build error if CONFIG_KOBJECT_UEVENT is not selected.

Thanks to Serge Hallyn <serue@us.ibm.com> for pointing this out.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent ec8164a6
......@@ -168,7 +168,7 @@ core_initcall(kobject_uevent_init);
#else
static inline int send_uevent(const char *signal, const char *obj,
const void *buf, int buflen, int gfp_mask)
char **envp, int gfp_mask)
{
return 0;
}
......
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