i2c: Get rid of struct i2c_client_address_data
[safe/jmp/linux-2.6] / drivers / md / dm-mpath.h
index c198b85..e230f71 100644 (file)
@@ -13,8 +13,6 @@ struct dm_dev;
 
 struct dm_path {
        struct dm_dev *dev;     /* Read-only */
-       unsigned is_active;     /* Read-only */
-
        void *pscontext;        /* For path-selector use */
 };