]> err.no Git - linux-2.6/blobdiff - drivers/mmc/wbsd.h
[PATCH] Clean up struct flock64 definitions
[linux-2.6] / drivers / mmc / wbsd.h
index 9f5383e6e5936de52f1ee13f33f51a562eb5c1a7..8af43549f5d5b95b34bbe8b17b1fad18199be236 100644 (file)
@@ -8,13 +8,6 @@
  * published by the Free Software Foundation.
  */
 
-const int config_ports[] = { 0x2E, 0x4E };
-const int unlock_codes[] = { 0x83, 0x87 };
-
-const int valid_ids[] = {
-       0x7112,
-       };
-
 #define LOCK_CODE              0xAA
 
 #define WBSD_CONF_SWRST                0x02
@@ -188,5 +181,6 @@ struct wbsd_host
        struct tasklet_struct   finish_tasklet;
        struct tasklet_struct   block_tasklet;
        
-       struct timer_list       timer;          /* Card detection timer */
+       struct timer_list       detect_timer;   /* Card detection timer */
+       struct timer_list       ignore_timer;   /* Ignore detection timer */
 };