[PATCH -next] vgaarb.h: fix build warnings

2012-03-13 Thread Randy Dunlap
On 01/30/2012 11:43 AM, Randy Dunlap wrote: This patch is still needed in linux-next of 20120313. > From: Randy Dunlap > > Fix build warnings by providing a struct stub since no fields of > the struct are used: > > include/linux/vgaarb.h:66:9: warning: 'struct pci_dev' declared inside >

Re: [PATCH -next] vgaarb.h: fix build warnings

2012-03-13 Thread Randy Dunlap
On 01/30/2012 11:43 AM, Randy Dunlap wrote: This patch is still needed in linux-next of 20120313. From: Randy Dunlap rdun...@xenotime.net Fix build warnings by providing a struct stub since no fields of the struct are used: include/linux/vgaarb.h:66:9: warning: 'struct pci_dev' declared

[PATCH -next] vgaarb.h: fix build warnings

2012-01-30 Thread Randy Dunlap
From: Randy Dunlap Fix build warnings by providing a struct stub since no fields of the struct are used: include/linux/vgaarb.h:66:9: warning: 'struct pci_dev' declared inside parameter list include/linux/vgaarb.h:66:9: warning: its scope is only this definition or

[PATCH -next] vgaarb.h: fix build warnings

2012-01-30 Thread Randy Dunlap
From: Randy Dunlap rdun...@xenotime.net Fix build warnings by providing a struct stub since no fields of the struct are used: include/linux/vgaarb.h:66:9: warning: 'struct pci_dev' declared inside parameter list include/linux/vgaarb.h:66:9: warning: its scope is only this definition or