On Thu, 07 Feb 2008 10:54:05 -0500
Tony Camuso <tcamuso@xxxxxxxxxx> wrote:
Matthew,
Perhaps I missed it, but did you address Yinghai's concerns?
Yinghai Lu wrote:On Jan 28, 2008 7:03 PM, Matthew Wilcox <matthew@xxxxxx> wrote:-int pci_conf1_write(unsigned int seg, unsigned int bus,any reason to change pci_conf1_read/write to static?
+static int pci_conf1_write(unsigned int seg, unsigned int bus,
unsigned int devfn, int reg, int len,
u32 value)
nothing should use these directly. So static is the right answer ;)