]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86_64: pci-gart_64.c iommu_fullflush should be static
authorJaswinder Singh Rajput <jaswinder@infradead.org>
Mon, 29 Dec 2008 15:08:09 +0000 (20:38 +0530)
committerIngo Molnar <mingo@elte.hu>
Mon, 29 Dec 2008 17:17:33 +0000 (18:17 +0100)
commitc854c91979e0717c619bc55e124d41d60d5eb3d6
tree0e582c5246e292fc7bf2d5fcc42e19ee7d5c2576
parentcbafbc826bf645f7fbbfbb2ff20138e5ccb4700e
x86_64: pci-gart_64.c iommu_fullflush should be static

Impact: cleanup, reduce kernel size a bit, avoid sparse warning

Fixes sparse warning:

  arch/x86/kernel/pci-gart_64.c:55:5: warning: symbol 'iommu_fullflush' was not declared. Should it be static?

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/pci-gart_64.c