]> git.baikalelectronics.ru Git - kernel.git/commit
make parport_cs_release() static
authorAdrian Bunk <bunk@kernel.org>
Sat, 26 Jul 2008 02:46:22 +0000 (19:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:11 +0000 (12:00 -0700)
commit5051e7528b928f620a31081c4d959d57076db0fa
treecbabe530dde522addbe5b8f890704a4434371d20
parentb2ce8483218445e0c77ab20d4e498f51a8583bd5
make parport_cs_release() static

This patch makes the needlessly global parport_cs_release() static.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/parport/parport_cs.c