git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d9310e
)
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
author
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 21 Aug 2012 18:49:34 +0000
(14:49 -0400)
committer
Konrad Rzeszutek Wilk
<konrad.wilk@oracle.com>
Tue, 21 Aug 2012 18:50:03 +0000
(14:50 -0400)
There is no need for those functions/variables to be visible. Make them
static and also fix the compile warnings of this sort:
drivers/xen/<some file>.c: warning: symbol '<blah>' was not declared. Should it be static?
Some of them just require including the header file that
declares the functions.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
No differences found