]> git.karo-electronics.de Git - karo-tx-linux.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)
commit23d5f96ce6571da51c0f6bfa7361e5f91f314b2b
treecbabe530dde522addbe5b8f890704a4434371d20
parent25cdcd0086d97a011fcd0c1ff572e30da24790ec
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