LKML Archive on lore.kernel.org help / color / mirror / Atom feed
From: Jonas Bonn <jonas@southpole.se> To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org Cc: greg@kroah.com Subject: pci_device_id cleanups Date: Wed, 20 Feb 2008 13:53:36 +0100 [thread overview] Message-ID: <1203512031-14318-1-git-send-email-jonas@southpole.se> (raw) The PCI_DEVICE_TABLE patch I sent earlier doesn't necessarily make much sense by itself... here is a set of patches that apply this macro, in turn moving a lot of this data into __devinitconst which is discardable in certain situations. Hopefully the benefit of this approach is a bit clearer now. drivers/net/3c59x.c | 2 +- drivers/net/amd8111e.c | 2 +- drivers/net/arcnet/com20020-pci.c | 2 +- drivers/net/defxx.c | 2 +- drivers/net/hamachi.c | 2 +- drivers/net/niu.c | 2 +- drivers/net/pasemi_mac.c | 2 +- drivers/net/sk98lin/skge.c | 2 +- drivers/net/skfp/skfddi.c | 2 +- drivers/net/starfire.c | 2 +- drivers/net/sunhme.c | 2 +- drivers/net/tlan.c | 2 +- drivers/net/wan/dscc4.c | 2 +- drivers/net/wan/lmc/lmc_main.c | 2 +- include/linux/pci.h | 9 +++++++++ 15 files changed, 23 insertions(+), 14 deletions(-)
next reply other threads:[~2008-02-20 12:55 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2008-02-20 12:53 Jonas Bonn [this message] 2008-02-20 12:53 ` [PATCH] Add PCI_DEVICE_TABLE macro Jonas Bonn 2008-02-20 12:53 ` [PATCH] [net] use PCI_DEVICE_TABLE: makes struct pci_device_id array const and adds section attribute __devinitconst Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 12:53 ` Jonas Bonn 2008-02-20 13:17 ` pci_device_id cleanups Sam Ravnborg 2008-02-20 13:27 ` Jonas Bonn 2008-02-20 13:55 ` PowerPC toolchain for x86 [Was: pci_device_id cleanups] Sam Ravnborg 2008-02-20 14:03 ` Jonas Bonn
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=1203512031-14318-1-git-send-email-jonas@southpole.se \ --to=jonas@southpole.se \ --cc=greg@kroah.com \ --cc=linux-kernel@vger.kernel.org \ --cc=netdev@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: linkBe 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; as well as URLs for NNTP newsgroup(s).