linux/drivers/isdn/mISDN
Hannes Eder f8532fde95 drivers/isdn/mISDN: fix sparse warnings: make symbols static
Fix this sparse warnings:
  drivers/isdn/mISDN/clock.c:44:1: warning: symbol 'iclock_lock' was not declared. Should it be static?
  drivers/isdn/mISDN/clock.c:45:9: warning: symbol 'iclock_count' was not declared. Should it be static?
  drivers/isdn/mISDN/clock.c:46:17: warning: symbol 'iclock_tv' was not declared. Should it be static?
  drivers/isdn/mISDN/clock.c:47:9: warning: symbol 'iclock_tv_valid' was not declared. Should it be static?
  drivers/isdn/mISDN/clock.c:48:20: warning: symbol 'iclock_current' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-15 23:39:20 -08:00
..
clock.c drivers/isdn/mISDN: fix sparse warnings: make symbols static 2009-02-15 23:39:20 -08:00
core.c mISDN: Create /sys/class/mISDN 2009-01-09 22:44:28 +01:00
core.h mISDN: Add ISDN sample clock API to mISDN core 2009-01-09 22:44:27 +01:00
dsp.h mISDN: Add some debug option for clock problems 2009-01-09 22:44:23 +01:00
dsp_audio.c mISDN: make global symbols static or include header files 2008-12-12 21:15:17 -08:00
dsp_biquad.h
dsp_blowfish.c
dsp_cmx.c Fix small typo 2009-01-11 18:36:30 +01:00
dsp_core.c mISDN: Fix kernel crash when doing hardware conference with more than two members 2009-01-09 22:44:29 +01:00
dsp_dtmf.c
dsp_ecdis.h
dsp_hwec.c drivers/isdn/mISDN: use ARRAY_SIZE 2008-12-03 20:59:57 -08:00
dsp_hwec.h
dsp_pipeline.c misdn: indentation and braces disagree - add braces 2009-01-11 18:18:18 +01:00
dsp_tones.c mISDN: make global symbols static or include header files 2008-12-12 21:15:17 -08:00
fsm.c
fsm.h
hwchannel.c mISDN: Add E-Channel logging features 2009-01-09 22:44:25 +01:00
Kconfig Add layer1 over IP support 2008-07-27 02:02:10 +02:00
l1oip.h Add layer1 over IP support 2008-07-27 02:02:10 +02:00
l1oip_codec.c mISDN: make global symbols static or include header files 2008-12-12 21:15:17 -08:00
l1oip_core.c mISDN: Create /sys/class/mISDN 2009-01-09 22:44:28 +01:00
layer1.c mISDN: Use struct device name field 2009-01-09 22:44:24 +01:00
layer1.h
layer2.c mISDN: make global symbols static or include header files 2008-12-12 21:15:17 -08:00
layer2.h Fix namespace issue with Hisax 2008-07-27 18:32:50 +02:00
Makefile mISDN: Add ISDN sample clock API to mISDN core 2009-01-09 22:44:27 +01:00
socket.c mISDN: Correct busy device detection 2009-01-09 22:44:27 +01:00
stack.c mISDN: Correct busy device detection 2009-01-09 22:44:27 +01:00
tei.c mISDN: Use struct device name field 2009-01-09 22:44:24 +01:00
timerdev.c mISDN: timerdev: use __user for mISDN_read's buffer argument 2008-12-12 21:19:18 -08:00