Skip to content

Commit

Permalink
[PATCH] W1: Remove incorrect MODULE_ALIAS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Patrick McHardy authored and Greg Kroah-Hartman committed Mar 24, 2006
1 parent ec06807 commit ecd5136
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/w1/w1_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,3 @@ void w1_remove_master_device(struct w1_bus_master *bm)

EXPORT_SYMBOL(w1_add_master_device);
EXPORT_SYMBOL(w1_remove_master_device);

MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_W1);

0 comments on commit ecd5136

Please sign in to comment.