From: Uwe Hermann Date: Thu, 27 Sep 2012 21:29:33 +0000 (+0200) Subject: sr: struct drv_context is global now. X-Git-Tag: dsupstream~678 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=a2e222d24fdca68fbf34031baa889ca3ebf23e1a sr: struct drv_context is global now. --- diff --git a/hardware/fluke-dmm/fluke-dmm.h b/hardware/fluke-dmm/fluke-dmm.h index 0aac45b7..495ff9f3 100644 --- a/hardware/fluke-dmm/fluke-dmm.h +++ b/hardware/fluke-dmm/fluke-dmm.h @@ -37,11 +37,6 @@ struct flukedmm_profile { int poll_period; }; -/* Private driver context. */ -struct drv_context { - GSList *instances; -}; - /* Private, per-device-instance driver context. */ struct dev_context { const struct flukedmm_profile *profile;