projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25cdcd0
)
make parport_cs_release() static
author
Adrian Bunk
<bunk@kernel.org>
Sat, 26 Jul 2008 02:46:22 +0000
(19:46 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 26 Jul 2008 19:00:11 +0000
(12:00 -0700)
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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/parport/parport_cs.c
b/drivers/parport/parport_cs.c
index 802a81d4736778192166ff41e7d8635b3cb5a406..00e1d9620f7cbca16e94f12bd932bba8f2b1b1e0 100644
(file)
--- a/
drivers/parport/parport_cs.c
+++ b/
drivers/parport/parport_cs.c
@@
-235,7
+235,7
@@
failed:
======================================================================*/
-void parport_cs_release(struct pcmcia_device *link)
+
static
void parport_cs_release(struct pcmcia_device *link)
{
parport_info_t *info = link->priv;