]> git.baikalelectronics.ru Git - kernel.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)
commita28550b98c0083463f7b1877c1921d247f8d83d5
tree0e582c5246e292fc7bf2d5fcc42e19ee7d5c2576
parent35e955bbcb5457cf0a2a6a2f3049c866e2341a34
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