diff options
author | Hannes Eder <hannes@hanneseder.net> | 2008-12-13 00:16:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-13 00:16:06 -0500 |
commit | 65a40516b231f693f3afee4df77fc63c08ba8fa9 (patch) | |
tree | ad0c96239980772afdaad1c6fb5a930519b43632 /drivers/isdn/hardware | |
parent | 5b8343540a3d27f87a4d9d72bb39b7d4cc3dd95e (diff) |
mISDN: un-export symbol 'plx_lock'
'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>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn/hardware')
-rw-r--r-- | 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 599d832b48be..970201d3b4c1 100644 --- a/drivers/isdn/hardware/mISDN/hfcmulti.c +++ b/drivers/isdn/hardware/mISDN/hfcmulti.c | |||
@@ -173,7 +173,6 @@ static int interrupt_registered; | |||
173 | static struct hfc_multi *syncmaster; | 173 | static struct hfc_multi *syncmaster; |
174 | static int plxsd_master; /* if we have a master card (yet) */ | 174 | static int plxsd_master; /* if we have a master card (yet) */ |
175 | static spinlock_t plx_lock; /* may not acquire other lock inside */ | 175 | static spinlock_t plx_lock; /* may not acquire other lock inside */ |
176 | EXPORT_SYMBOL(plx_lock); | ||
177 | 176 | ||
178 | #define TYP_E1 1 | 177 | #define TYP_E1 1 |
179 | #define TYP_4S 4 | 178 | #define TYP_4S 4 |