sr: struct drv_context is global now.

This commit is contained in:
Uwe Hermann 2012-09-27 23:29:33 +02:00
parent d38d2ef0ce
commit a2e222d24f
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ struct flukedmm_profile {
int poll_period; int poll_period;
}; };
/* Private driver context. */
struct drv_context {
GSList *instances;
};
/* Private, per-device-instance driver context. */ /* Private, per-device-instance driver context. */
struct dev_context { struct dev_context {
const struct flukedmm_profile *profile; const struct flukedmm_profile *profile;