pcmcia: ds: make pcmcia_bus_type const
[linux-2.6-microblaze.git] / drivers / pcmcia / cs_internal.h
index 580369f..999332b 100644 (file)
@@ -132,7 +132,7 @@ void pcmcia_put_socket(struct pcmcia_socket *skt);
  * Stuff internal to module "pcmcia".
  */
 /* ds.c */
-extern struct bus_type pcmcia_bus_type;
+extern const struct bus_type pcmcia_bus_type;
 
 struct pcmcia_device;