struct pci_device_id declaration cleanups

From: Jonas Bonn
Date: Thu Mar 06 2008 - 05:56:26 EST



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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/