From: Konrad Rzeszutek Wilk Date: Tue, 21 Aug 2012 18:49:34 +0000 (-0400) Subject: xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~30^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b0f559c7b1dcf5503817e518c81c9a18ee45e0;p=pandora-kernel.git xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. 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/.c: warning: symbol '' 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 --- Reading git-diff-tree failed