[PATCH] drivers/isdn/pcbit/: possible cleanups
This patch contains the following possible cleanups: - make some needlessly global functions static - remove the following unused global functions: - callbacks.c: cb_out_3 - capi.c: capi_decode_disc_conf Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
e3ca5e762c
commit
886cca3a0f
@@ -19,9 +19,6 @@ extern void cb_out_1(struct pcbit_dev * dev, struct pcbit_chan* chan,
|
||||
extern void cb_out_2(struct pcbit_dev * dev, struct pcbit_chan* chan,
|
||||
struct callb_data *data);
|
||||
|
||||
extern void cb_out_3(struct pcbit_dev * dev, struct pcbit_chan* chan,
|
||||
struct callb_data *data);
|
||||
|
||||
extern void cb_in_1(struct pcbit_dev * dev, struct pcbit_chan* chan,
|
||||
struct callb_data *data);
|
||||
extern void cb_in_2(struct pcbit_dev * dev, struct pcbit_chan* chan,
|
||||
|
Reference in New Issue
Block a user