]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 21 Aug 2012 18:49:34 +0000 (14:49 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 19 Sep 2012 14:58:56 +0000 (10:58 -0400)
commit0cc20811ac111db7c303d6ca089fe0922ce3787b
tree0fd5ade1aec8a5fc7675e0fe602ad7588f82f0b8
parent3e0e925e9cca4dfd82a481a40517283fc50fe74b
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/<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>
(cherry picked from commit b8b0f559c7b1dcf5503817e518c81c9a18ee45e0)

Conflicts:

arch/x86/xen/apic.c
arch/x86/xen/apic.c
arch/x86/xen/enlighten.c
arch/x86/xen/pci-swiotlb-xen.c
arch/x86/xen/platform-pci-unplug.c
drivers/pci/xen-pcifront.c
drivers/xen/gntdev.c
drivers/xen/grant-table.c
drivers/xen/swiotlb-xen.c
drivers/xen/tmem.c
drivers/xen/xenbus/xenbus_dev_backend.c
drivers/xen/xenbus/xenbus_probe.c