tizen 2.3 release
[framework/system/deviced.git] / src / haptic / external.c
index f0be7f7..46dfe5d 100644 (file)
@@ -90,6 +90,7 @@ static void release(void)
 }
 
 static const struct haptic_ops ext_ops = {
+       .type     = HAPTIC_EXTERNAL,
        .is_valid = is_valid,
        .load     = load,
        .release  = release,