* [PATCH 4/9][v2] mISDN: un-export symbol 'plx_lock'
@ 2008-12-11 21:36 Hannes Eder
2008-12-13 5:16 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Hannes Eder @ 2008-12-11 21:36 UTC (permalink / raw)
To: netdev; +Cc: Karsten Keil, linux-kernel, kernel-janitors
'plx_lock' is only used within hfcmulti.c.
Fix this warning:
drivers/isdn/hardware/mISDN/hfcmulti.c:176:1: warning: symbol 'plx_lock' shadows an earlier one
drivers/isdn/hardware/mISDN/hfcmulti.c:175:19: originally declared here
Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Acked-by: Karsten Keil <kkeil@suse.de>
---
drivers/isdn/hardware/mISDN/hfcmulti.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/isdn/hardware/mISDN/hfcmulti.c b/drivers/isdn/hardware/mISDN/hfcmulti.c
index 599d832..970201d 100644
--- a/drivers/isdn/hardware/mISDN/hfcmulti.c
+++ b/drivers/isdn/hardware/mISDN/hfcmulti.c
@@ -173,7 +173,6 @@ static int interrupt_registered;
static struct hfc_multi *syncmaster;
static int plxsd_master; /* if we have a master card (yet) */
static spinlock_t plx_lock; /* may not acquire other lock inside */
-EXPORT_SYMBOL(plx_lock);
#define TYP_E1 1
#define TYP_4S 4
--
1.5.6.3
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 4/9][v2] mISDN: un-export symbol 'plx_lock'
2008-12-11 21:36 [PATCH 4/9][v2] mISDN: un-export symbol 'plx_lock' Hannes Eder
@ 2008-12-13 5:16 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2008-12-13 5:16 UTC (permalink / raw)
To: hannes; +Cc: netdev, kkeil, linux-kernel, kernel-janitors
From: Hannes Eder <hannes@hanneseder.net>
Date: Thu, 11 Dec 2008 22:36:00 +0100
> 'plx_lock' is only used within hfcmulti.c.
>
> Fix this warning:
>
> drivers/isdn/hardware/mISDN/hfcmulti.c:176:1: warning: symbol 'plx_lock' shadows an earlier one
> drivers/isdn/hardware/mISDN/hfcmulti.c:175:19: originally declared here
>
> Signed-off-by: Hannes Eder <hannes@hanneseder.net>
> Acked-by: Karsten Keil <kkeil@suse.de>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-13 5:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-11 21:36 [PATCH 4/9][v2] mISDN: un-export symbol 'plx_lock' Hannes Eder
2008-12-13 5:16 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®