]> sigrok.org Git - libsigrok.git/blobdiff - hardware/genericdmm/genericdmm.h
sr: make struct drv_context global
[libsigrok.git] / hardware / genericdmm / genericdmm.h
index cb323e41a77d39e4091f707a335433da1fde9601..99b8619dd1da4fabd779eff0b35698fd075cb3e7 100644 (file)
@@ -45,11 +45,6 @@ struct dev_profile {
        struct sr_hwopt *defaults_opts;
 };
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        struct dev_profile *profile;