[BUG] undefined reference to `kobject_actions'

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Russell King
Date: Sunday, July 29, 2007 - 12:34 pm

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.

-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[BUG] undefined reference to `kobject_actions', Russell King, (Sun Jul 29, 12:34 pm)
Re: [BUG] undefined reference to `kobject_actions', Gabriel C, (Sun Jul 29, 12:34 pm)
Re: [BUG] undefined reference to `kobject_actions', Russell King, (Sun Jul 29, 12:37 pm)
Re: [BUG] undefined reference to `kobject_actions', Kay Sievers, (Sun Jul 29, 12:59 pm)
Re: [BUG] undefined reference to `kobject_actions', Russell King, (Sun Jul 29, 1:41 pm)