Re: pci_device_id definition cleanups

2008-02-16 Thread Sam Ravnborg
On Fri, Feb 15, 2008 at 11:27:38PM -0600, Olof Johansson wrote: > On Sat, Feb 16, 2008 at 03:23:36AM +0100, Sam Ravnborg wrote: > > On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: > > > I've done some work on cleaning up the definitions of pci_device_id to > > > make them "static const"

Re: pci_device_id definition cleanups

2008-02-15 Thread Olof Johansson
On Sat, Feb 16, 2008 at 03:23:36AM +0100, Sam Ravnborg wrote: > On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: > > I've done some work on cleaning up the definitions of pci_device_id to > > make them "static const" (where possible) and to make sure they go into > > __devinitconst. The

Re: pci_device_id definition cleanups

2008-02-15 Thread Sam Ravnborg
On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: > I've done some work on cleaning up the definitions of pci_device_id to > make them "static const" (where possible) and to make sure they go into > __devinitconst. There are about 350 changes of the type shown in the > diff at the end of

Re: pci_device_id definition cleanups

2008-02-15 Thread Greg KH
On Fri, Feb 15, 2008 at 07:55:07PM -0500, Jeff Garzik wrote: > Greg KH wrote: >> On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: >>> I've done some work on cleaning up the definitions of pci_device_id to >>> make them "static const" (where possible) and to make sure they go into >>> __d

Re: pci_device_id definition cleanups

2008-02-15 Thread Jeff Garzik
Greg KH wrote: On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: I've done some work on cleaning up the definitions of pci_device_id to make them "static const" (where possible) and to make sure they go into __devinitconst. There are about 350 changes of the type shown in the diff at

Re: pci_device_id definition cleanups

2008-02-15 Thread Greg KH
On Sat, Feb 16, 2008 at 12:21:40AM +0100, Jonas Bonn wrote: > I've done some work on cleaning up the definitions of pci_device_id to > make them "static const" (where possible) and to make sure they go into > __devinitconst. There are about 350 changes of the type shown in the > diff at the end of