>
> On Sun, 2007-07-29 at 20:37 +0100, Russell King wrote:
> > On Sun, Jul 29, 2007 at 08:34:01PM +0100, Russell King wrote:
> > > Many ARM platforms fail to build with the following:
> > >
> > > drivers/built-in.o: In function `store_uevent':
> > > hid-input.c:(.text+0x19c4c): undefined reference to `kobject_actions'
> > >
> > > It appears that if hotplug is disabled, kobject_actions is ifdef'd
> > > away but hid-input still references it.
> >
> > What I also meant to say is that it looks like it's caused by
> > commit 60a96a59569bab85571d0089682109bd3324e896.
> >
> > Presumably if hotplug is disabled, we want store_uevent to be
> > removed as well?
>
> Does this patch fix it?
>
http://lkml.org/lkml/2007/7/20/143