linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* drivers/base/core.c broken for non-CONFIG_HOTPLUG
@ 2007-07-20  7:01 Robert Schwebel
  2007-07-20  7:10 ` Greg KH
  2007-07-20  7:59 ` Andrew Morton
  0 siblings, 2 replies; 5+ messages in thread
From: Robert Schwebel @ 2007-07-20  7:01 UTC (permalink / raw)
  To: Kay Sievers; +Cc: Greg Kroah-Hartman, linux-kernel

Kay,

With commit 60a96a59569bab85571d0089682109bd3324e896, you broke
drivers/base/core.c for systems which have not enabled CONFIG_HOTPLUG.

You add and use

	extern const char *kobject_actions[];

but the code in lib/kobject_uevent.c who actually brings in the code is
only compiled when CONFIG_HOTPLUG is enabled.

Please send a fix.

Robert
-- 
 Dipl.-Ing. Robert Schwebel | http://www.pengutronix.de
 Pengutronix - Linux Solutions for Science and Industry
   Handelsregister:  Amtsgericht Hildesheim, HRA 2686
     Hannoversche Str. 2, 31134 Hildesheim, Germany
   Phone: +49-5121-206917-0 |  Fax: +49-5121-206917-9


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-07-20 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-20  7:01 drivers/base/core.c broken for non-CONFIG_HOTPLUG Robert Schwebel
2007-07-20  7:10 ` Greg KH
2007-07-20  7:59 ` Andrew Morton
2007-07-20 12:06   ` Kay Sievers
2007-07-20 16:30     ` Andrew Morton

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).