diff options
author | Dominik Brodowski <linux@dominikbrodowski.net> | 2005-06-27 19:28:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-27 21:03:08 -0400 |
commit | e94e15f70559962f60915a09d44658b73a453fe2 (patch) | |
tree | 0ce8fb08e276cfc93a65b82ded38c4c1a1c9169b /include/pcmcia/ds.h | |
parent | daa9517d9eccc3598b2b0cdfa0b016ae4a4fcdce (diff) |
[PATCH] pcmcia: cleanups
From: Adrian Bunk <bunk@stusta.de>
This patch contains the following cleanups:
- make needlessly global code static
- remove the following unneeded EXPORT_SYMBOL's:
- ds.c: pcmcia_report_error
- ds.c: pcmcia_bus_type
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/pcmcia/ds.h')
-rw-r--r-- | include/pcmcia/ds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pcmcia/ds.h b/include/pcmcia/ds.h index c267edde9d0c..2b52553f2d94 100644 --- a/include/pcmcia/ds.h +++ b/include/pcmcia/ds.h | |||
@@ -131,8 +131,6 @@ typedef struct dev_link_t { | |||
131 | 131 | ||
132 | struct pcmcia_socket; | 132 | struct pcmcia_socket; |
133 | 133 | ||
134 | extern struct bus_type pcmcia_bus_type; | ||
135 | |||
136 | struct pcmcia_driver { | 134 | struct pcmcia_driver { |
137 | dev_link_t *(*attach)(void); | 135 | dev_link_t *(*attach)(void); |
138 | void (*detach)(dev_link_t *); | 136 | void (*detach)(dev_link_t *); |