diff options
| author | Adrian Bunk <bunk@stusta.de> | 2005-01-07 22:31:26 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@evo.osdl.org> | 2005-01-07 22:31:26 -0800 |
| commit | 83aa9aaa23ddbbf28b0fb726c75e5bba9850aba2 (patch) | |
| tree | ffbbe73f8e856debfe27be0d5ea3e1df3b4ee736 /include/linux | |
| parent | 2986373c912bfb767ae5cfbf7f7434b128d2beeb (diff) | |
[PATCH] some parport_pc.c cleanups
The patch below makes the following changes to
drivers/parport/parport_pc.c :
- make some needlessly global functions static
- #if 0 two currently unused functions
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/parport_pc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/parport_pc.h b/include/linux/parport_pc.h index 0682cb927170..7825c76cbd00 100644 --- a/include/linux/parport_pc.h +++ b/include/linux/parport_pc.h @@ -228,12 +228,6 @@ extern void parport_pc_release_resources(struct parport *p); extern int parport_pc_claim_resources(struct parport *p); -extern void parport_pc_init_state(struct pardevice *, struct parport_state *s); - -extern void parport_pc_save_state(struct parport *p, struct parport_state *s); - -extern void parport_pc_restore_state(struct parport *p, struct parport_state *s); - /* PCMCIA code will want to get us to look at a port. Provide a mechanism. */ extern struct parport *parport_pc_probe_port (unsigned long base, unsigned long base_hi, |
