]> sigrok.org Git - libsigrok.git/blobdiff - hardware/zeroplus-logic-cube/zeroplus.c
sr: make struct drv_context global
[libsigrok.git] / hardware / zeroplus-logic-cube / zeroplus.c
index 7f6196a80a8ee35dce602c41554b3cc482cb5b77..85555d8582b5419eb977cc893229fc88e134efb5 100644 (file)
@@ -147,11 +147,6 @@ static const struct sr_samplerates samplerates = {
        supported_samplerates,
 };
 
-/* Private driver context. */
-struct drv_context {
-       GSList *instances;
-};
-
 /* Private, per-device-instance driver context. */
 struct dev_context {
        uint64_t cur_samplerate;