LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* pci_device_id cleanups
@ 2008-02-20 12:53 Jonas Bonn
  2008-02-20 12:53 ` [PATCH] Add PCI_DEVICE_TABLE macro Jonas Bonn
  2008-02-20 13:17 ` pci_device_id cleanups Sam Ravnborg
  0 siblings, 2 replies; 20+ messages in thread
From: Jonas Bonn @ 2008-02-20 12:53 UTC (permalink / raw)
  To: linux-kernel, netdev; +Cc: greg


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(-)



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2008-02-20 14:03 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-20 12:53 pci_device_id cleanups Jonas Bonn
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

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).