From: Greg KH <gregkh@suse.de>
To: linux-kernel@vger.kernel.org
Cc: Patrick McHardy <kaber@trash.net>, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH 6/8] W1: Remove incorrect MODULE_ALIAS
Date: Thu, 23 Mar 2006 17:30:37 -0800 [thread overview]
Message-ID: <11431638372371-git-send-email-gregkh@suse.de> (raw)
In-Reply-To: <11431638374-git-send-email-gregkh@suse.de>
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>
---
drivers/w1/w1_int.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
ecd5136c85cb4531a51f65241e7b3cd58420f3ed
diff --git a/drivers/w1/w1_int.c b/drivers/w1/w1_int.c
index 4724693..a2f9065 100644
--- a/drivers/w1/w1_int.c
+++ b/drivers/w1/w1_int.c
@@ -208,5 +208,3 @@ void w1_remove_master_device(struct w1_b
EXPORT_SYMBOL(w1_add_master_device);
EXPORT_SYMBOL(w1_remove_master_device);
-
-MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_W1);
--
1.2.4
next prev parent reply other threads:[~2006-03-24 1:33 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <11431638372037-git-send-email-gregkh@suse.de>
2006-03-24 1:30 ` [PATCH 3/8] W1: Add the DS2482 I2C-to-w1 bridge driver Greg KH
2006-03-24 1:30 ` [PATCH 4/8] w1: misc cleanups Greg KH
2006-03-24 1:30 ` [PATCH 5/8] fix W1_MASTER_DS9490_BRIDGE dependencies Greg KH
2006-03-24 1:30 ` Greg KH [this message]
2006-03-24 1:30 ` [PATCH 7/8] W1: u64 is not long long Greg KH
2006-03-24 1:30 ` [PATCH 8/8] w1: use kthread api Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11431638372371-git-send-email-gregkh@suse.de \
--to=gregkh@suse.de \
--cc=kaber@trash.net \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.