netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* struct pci_device_id declaration cleanups
@ 2008-03-06 10:55 Jonas Bonn
  2008-03-06 10:55 ` [PATCH] net: use DECLARE_PCI_DEVICE_TABLE Jonas Bonn
  2008-03-06 12:25 ` struct pci_device_id declaration cleanups Christoph Hellwig
  0 siblings, 2 replies; 15+ messages in thread
From: Jonas Bonn @ 2008-03-06 10:55 UTC (permalink / raw)
  To: jonas, linux-kernel, netdev, jgarzik


This set of patches applies the macro DECLARE_PCI_DEVICE_TABLE to the 
declarations of struct pci_device_id in several network drivers.  The drivers
build cleanly with these patches (without any new warnings) on both x86 and 
PowerPC.

There are ~90 such cleanups in the /drivers/net tree alone (and ~350 in the
kernel overall); these patches are just a subset to avoid flooding the mailing 
list before getting feedback.

These 9 patches can also be pulled from the "net" branch of:

git://www.southpole.se/~jonas/git/linux.git

The remainder of the cleanups will be pushed out to my public tree once I 
know the reaction to this subset.

The diffstat for this subset is:

 drivers/net/cassini.c                |    2 +-
 drivers/net/e1000/e1000_main.c       |    2 +-
 drivers/net/e1000e/netdev.c          |    2 +-
 drivers/net/netxen/netxen_nic_main.c |    2 +-
 drivers/net/wan/farsync.c            |    2 +-
 drivers/net/wan/pc300_drv.c          |    2 +-
 drivers/net/wan/pc300too.c           |    2 +-
 drivers/net/wan/pci200syn.c          |    2 +-
 drivers/net/wan/wanxl.c              |    2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

/Jonas


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

end of thread, other threads:[~2008-03-07  7:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-06 10:55 struct pci_device_id declaration cleanups Jonas Bonn
2008-03-06 10:55 ` [PATCH] net: use DECLARE_PCI_DEVICE_TABLE Jonas Bonn
2008-03-06 10:55   ` Jonas Bonn
2008-03-06 10:55     ` Jonas Bonn
2008-03-06 10:55       ` Jonas Bonn
2008-03-06 10:55         ` Jonas Bonn
2008-03-06 10:55           ` Jonas Bonn
2008-03-06 10:55             ` Jonas Bonn
2008-03-06 10:55               ` Jonas Bonn
2008-03-06 10:55                 ` Jonas Bonn
2008-03-06 23:41   ` Andrew Morton
2008-03-07  0:18     ` David Miller
2008-03-07  7:58     ` Jonas Bonn
2008-03-06 12:25 ` struct pci_device_id declaration cleanups Christoph Hellwig
2008-03-06 12:36   ` 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).