Bjorn Helgaas
4c85980429
PCI: Reorder so actual code comes before stubs
...
Consistently use the:
#ifdef CONFIG_PCI_FOO
int pci_foo(...);
#else
static inline int pci_foo(...) { return -1; }
#endif
pattern, instead of sometimes using "#ifndef CONFIG_PCI_FOO".
No functional change.
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
2014-01-13 17:01:11 -07:00
..
2014-01-07 17:34:14 -07:00
2014-01-13 16:47:08 -07:00
2014-01-13 16:47:08 -07:00
2014-01-13 11:14:43 -07:00
2014-01-10 14:00:47 -07:00
2014-01-10 14:23:15 -07:00
2013-12-21 10:06:10 -07:00
2014-01-03 14:31:38 -07:00
2013-11-22 14:53:27 -07:00
2013-11-14 11:28:18 -07:00
2014-01-03 14:31:38 -07:00
2013-12-17 17:39:08 -07:00
2014-01-07 17:34:39 -07:00
2013-12-09 16:42:53 -07:00
2013-12-07 14:20:28 -07:00
2014-01-13 17:01:11 -07:00
2013-11-14 11:28:18 -07:00
2013-11-14 11:28:18 -07:00
2014-01-13 16:47:08 -07:00
2014-01-13 11:57:29 -07:00
2014-01-13 16:47:08 -07:00
2013-11-14 11:28:18 -07:00
2013-12-21 10:06:10 -07:00
2013-12-18 13:53:40 -07:00
2013-12-21 10:06:10 -07:00
2013-11-14 11:28:18 -07:00
2014-01-10 14:23:15 -07:00
2012-09-18 17:28:21 -06:00
2013-12-21 10:06:10 -07:00
2014-01-13 11:14:44 -07:00
2013-11-14 11:28:18 -07:00
2013-12-17 17:49:39 -07:00
2013-06-14 12:28:59 -04:00