12 Jan
2010
12 Jan
'10
3:41 p.m.
At Tue, 12 Jan 2010 14:37:48 +0000, Mark Brown wrote:
On Tue, Jan 12, 2010 at 03:19:45PM +0100, Takashi Iwai wrote:
They are from make allyesconfig with certain config files, such as ixp2000_defconfig or footbridge_defconfig. For example,
% cp arch/arm/configs/footbridge_defconfig .config % KCONFIG_ALLCONFIG=.config make ARCH=arm allyesconfig
Looks like CONFIG_HOTPLUG not being set is the culprit.
Looks so. The remove path is deactivated only when no hotplug is used (i.e. also no dynamic binding).
That said, the warnings are very subtle and maybe never be any problem in reality.
thanks,
Takashi