pcmcia: move driver name to struct pcmcia_driver
[deliverable/linux.git] / include / pcmcia / ds.h
index 0b8c8d45df47433ccc61af3d61efce039e769d6b..d830c87ff0a724fc73a9e5b93158b8b3588eef92 100644 (file)
@@ -47,6 +47,8 @@ struct pcmcia_dynids {
 };
 
 struct pcmcia_driver {
+       const char              *name;
+
        int (*probe)            (struct pcmcia_device *dev);
        void (*remove)          (struct pcmcia_device *dev);
 
This page took 0.03233 seconds and 5 git commands to generate.