commit | ecd5136c85cb4531a51f65241e7b3cd58420f3ed | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Sun Jan 08 00:44:15 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Mar 23 17:28:13 2006 -0800 |
tree | 64bb14fa21e4e035a54766ff462eb0a463c32b78 | |
parent | ec068072f0e8499cfe7b71749b4a63c503e7d328 [diff] |
[PATCH] W1: Remove incorrect MODULE_ALIAS The w1 netlink socket is created by a hardware specific driver calling w1_add_master_device, so there is no point in including a module alias for netlink autoloading in the core. Signed-off-by: Patrick McHardy <kaber@trash.net> Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>