1
0
Fork 0
alistair23-linux/drivers/vme/bridges
H Hartley Sweeten a11cfdf458 vme: vme_ca91cx42.c: local functions should not be exposed globally
Functions not referenced outside of a source file should be marked
static to prevent them from being exposed globally.

Quiets the sparse warnings:

warning: symbol 'ca91cx42_alloc_consistent' was not declared. Should it be static?
warning: symbol 'ca91cx42_free_consistent' was not declared. Should it be static?

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Martyn Welch <martyn.welch@ge.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-05-08 16:01:33 -07:00
..
Kconfig Staging: VME: move VME drivers out of staging 2012-04-26 12:34:58 -07:00
Makefile Staging: VME: move VME drivers out of staging 2012-04-26 12:34:58 -07:00
vme_ca91cx42.c vme: vme_ca91cx42.c: local functions should not be exposed globally 2012-05-08 16:01:33 -07:00
vme_ca91cx42.h Staging: VME: move VME drivers out of staging 2012-04-26 12:34:58 -07:00
vme_tsi148.c vme: vme_tsi148.c: local functions should not be exposed globally 2012-05-08 16:01:33 -07:00
vme_tsi148.h Staging: VME: move VME drivers out of staging 2012-04-26 12:34:58 -07:00