LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>
Cc: gregkh@suse.de
Subject: build errors: uevent with CONFIG_SYSFS=n
Date: Mon, 12 Feb 2007 13:50:21 -0800 [thread overview]
Message-ID: <20070212135021.27754603.randy.dunlap@oracle.com> (raw)
in kernel/params.c:
kernel/params.c:700: error: 'module_uevent_ops' undeclared here (not in a function)
in kernel/module.c:
kernel/built-in.o: In function `module_add_driver':
(.text+0x20c5b): undefined reference to `module_subsys'
kernel/built-in.o: In function `sys_init_module':
(.text+0x2177c): undefined reference to `module_subsys'
kernel/built-in.o: In function `sys_init_module':
(.text+0x21838): undefined reference to `module_subsys'
kernel/built-in.o: In function `kernel_param_sysfs_setup':
params.c:(.init.text+0x1492): undefined reference to `module_subsys'
kernel/built-in.o: In function `param_sysfs_init':
params.c:(.init.text+0x14f8): undefined reference to `module_subsys'
Are these already fixed?
---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
next reply other threads:[~2007-02-12 21:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-12 21:50 Randy Dunlap [this message]
2007-02-12 22:29 ` [PATCH] " Randy Dunlap
2007-02-12 22:58 ` Andrew Morton
2007-02-13 23:19 ` [PATCH v2] " Randy Dunlap
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070212135021.27754603.randy.dunlap@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--subject='Re: build errors: uevent with CONFIG_SYSFS=n' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).