and changed files
[powerpc.git] / drivers / md / dm-hw-handler.h
index 32eff28..e0832e6 100644 (file)
@@ -16,6 +16,7 @@
 struct hw_handler_type;
 struct hw_handler {
        struct hw_handler_type *type;
+       struct mapped_device *md;
        void *context;
 };