sr: struct drv_context is global now.
This commit is contained in:
parent
d38d2ef0ce
commit
a2e222d24f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue