repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mm: hugetlb: fix hugepage memory leak caused by wrong reserve count
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-integrator
/
pci_v3.h
blob
06a9e2e7d007b847f650b8efbf0856a1f47978ae
1
/* Simple oneliner include to the PCIv3 early init */
2
#ifdef CONFIG_PCI
3
extern
int
pci_v3_early_init
(
void
);
4
#else
5
static
inline
int
pci_v3_early_init
(
void
)
6
{
7
return
0
;
8
}
9
#endif