From: akpm@osdl.org
To: paulus@samba.org
Cc: akpm@osdl.org, linuxppc-dev@ozlabs.org, olh@suse.de,
linuxppc64-dev@ozlabs.org
Subject: [patch 11/43] Add modalias for pmac network drivers
Date: Fri, 28 Oct 2005 17:46:21 -0700 [thread overview]
Message-ID: <200510290046.j9T0kp7R030020@shell0.pdx.osdl.net> (raw)
From: Olaf Hering <olh@suse.de>
mesh, mac53c94 and airport already have an entry. Add the network drivers
for pmac.
Signed-off-by: Olaf Hering <olh@suse.de>
Cc: Paul Mackerras <paulus@samba.org>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---
drivers/net/bmac.c | 1 +
drivers/net/mace.c | 1 +
2 files changed, 2 insertions(+)
diff -puN drivers/net/bmac.c~add-modalias-for-pmac-network-drivers drivers/net/bmac.c
--- devel/drivers/net/bmac.c~add-modalias-for-pmac-network-drivers 2005-10-28 17:44:03.000000000 -0700
+++ devel-akpm/drivers/net/bmac.c 2005-10-28 17:44:03.000000000 -0700
@@ -1658,6 +1658,7 @@ static struct of_device_id bmac_match[]
},
{},
};
+MODULE_DEVICE_TABLE (of, bmac_match);
static struct macio_driver bmac_driver =
{
diff -puN drivers/net/mace.c~add-modalias-for-pmac-network-drivers drivers/net/mace.c
--- devel/drivers/net/mace.c~add-modalias-for-pmac-network-drivers 2005-10-28 17:44:03.000000000 -0700
+++ devel-akpm/drivers/net/mace.c 2005-10-28 17:44:03.000000000 -0700
@@ -1016,6 +1016,7 @@ static struct of_device_id mace_match[]
},
{},
};
+MODULE_DEVICE_TABLE (of, mace_match);
static struct macio_driver mace_driver =
{
_
reply other threads:[~2005-10-29 0:46 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=200510290046.j9T0kp7R030020@shell0.pdx.osdl.net \
--to=akpm@osdl.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=linuxppc64-dev@ozlabs.org \
--cc=olh@suse.de \
--cc=paulus@samba.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox