linux-sg2042/drivers/isdn/hardware/eicon
Hannes Eder 4ee59d54c3 isdn: eicon: fix sparse warning: make global functions static
Fix this sparse warnings by making the functions static:

  drivers/isdn/hardware/eicon/di.c:356:6: warning: symbol 'isdn_rc' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/di.c:558:6: warning: symbol 'isdn_ind' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:595:6: warning: symbol 'api_parse' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:634:6: warning: symbol 'api_save_msg' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:666:6: warning: symbol 'api_load_msg' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:3417:6: warning: symbol 'manufacturer_req' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:3745:6: warning: symbol 'manufacturer_res' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:4077:6: warning: symbol 'control_rc' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:4743:6: warning: symbol 'data_rc' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:4779:6: warning: symbol 'data_ack' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:4805:6: warning: symbol 'sig_ind' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:6173:6: warning: symbol 'SendInfo' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:6349:6: warning: symbol 'SendMultiIE' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:6468:6: warning: symbol 'nl_ind' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:7250:6: warning: symbol 'get_plci' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:7409:6: warning: symbol 'add_d' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:7427:6: warning: symbol 'add_ai' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:7448:6: warning: symbol 'add_b1' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:7912:6: warning: symbol 'add_b23' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:8709:6: warning: symbol 'nl_req_ncci' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:8731:6: warning: symbol 'send_req' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:8866:6: warning: symbol 'listen_check' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:8909:6: warning: symbol 'IndParse' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:8994:6: warning: symbol 'ie_compare' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:9003:6: warning: symbol 'find_cip' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:9071:6: warning: symbol 'SetVoiceChannel' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:9089:6: warning: symbol 'VoiceChannelOff' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:9102:6: warning: symbol 'AdvCodecSupport' was not declared. Should it be static?
  drivers/isdn/hardware/eicon/message.c:9198:6: warning: symbol 'CodecIdCheck' was not declared. Should it be static?

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-12-16 01:17:33 -08:00
..
Kconfig Use menuconfig objects: ISDN: CONFIG_CAPI_EICON 2007-07-17 10:23:06 -07:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
adapter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capi20.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capidtmf.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capidtmf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capifunc.c Spelling fix: explicitly 2007-10-19 23:22:55 +02:00
capifunc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
capimain.c header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
cardtype.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cp_vers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dadapter.c [PATCH] drivers/isdn/: make some code static 2005-06-28 21:20:31 -07:00
dadapter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
debug.c drivers/isdn/hardware/eicon/debug.c: fix uninitialized var warning 2008-02-06 10:41:12 -08:00
debug_if.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
debuglib.c Typoes: "whith" -> "with" 2008-02-03 15:14:02 +02:00
debuglib.h drivers/isdn/: Spelling fixes 2008-02-03 17:16:28 +02:00
dfifo.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
di.c isdn: eicon: fix sparse warning: make global functions static 2008-12-16 01:17:33 -08:00
di.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
di_dbg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
di_defs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
did_vers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
diddfunc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
diva.c Remove pointless casts from void pointers 2008-02-06 10:41:01 -08:00
diva.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
diva_didd.c [NET]: Make /proc/net per network namespace 2007-10-10 16:49:06 -07:00
diva_dma.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
diva_dma.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
diva_pci.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divacapi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
divamnt.c divamnt: BKL pushdown 2008-06-20 14:05:52 -06:00
divasfunc.c isdn/diva: fix section mismatch 2007-06-08 17:23:33 -07:00
divasi.c Add a bunch of cycle_kernel_lock() calls 2008-06-20 14:05:53 -06:00
divasmain.c Merge commit 'v2.6.26' into bkl-removal 2008-07-14 15:29:34 -06:00
divasproc.c isdn divas: fix proc creation 2008-06-10 12:49:31 -07:00
divasync.h Fix occurrences of "the the " 2007-05-09 08:57:56 +02:00
dqueue.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dqueue.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsp_defs.h [PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_* 2006-10-01 00:39:21 -07:00
dsp_tst.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dspdids.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsrv4bri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsrv_bri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
dsrv_pri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
entity.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
helpers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
idifunc.c i4l: leak in eicon/idifunc.c 2007-07-17 10:23:06 -07:00
io.c [PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal 2006-12-08 08:29:01 -08:00
io.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
istream.c [PATCH] drivers/isdn: Handcrafted MIN/MAX Macro removal 2006-12-08 08:29:01 -08:00
kst_ifc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
maintidi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
maintidi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
man_defs.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mdm_msg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
message.c isdn: eicon: fix sparse warning: make global functions static 2008-12-16 01:17:33 -08:00
mi_pc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mntfunc.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
os_4bri.c Fix misc .c/.h comment typos 2006-11-30 05:24:39 +01:00
os_4bri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
os_bri.c [PATCH] drivers/isdn/: add missing #includes 2006-01-08 20:14:09 -08:00
os_bri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
os_capi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
os_pri.c [PATCH] drivers/isdn/hardware/eicon/: convert to generic boolean-values 2007-02-12 09:48:35 -08:00
os_pri.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pc_init.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pc_maint.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pkmaint.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
platform.h header cleaning: don't include smp_lock.h when not used 2007-05-08 11:15:07 -07:00
pr_pc.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s_4bri.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s_bri.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s_pri.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
sdp_hdr.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
um_idi.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
um_idi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
um_xdi.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xdi_adapter.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xdi_msg.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
xdi_vers.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00