diff options
Diffstat (limited to 'include/linux/device/class.h')
| -rw-r--r-- | include/linux/device/class.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device/class.h b/include/linux/device/class.h index 9deeaeb457bb..abf3d3bfb6fe 100644 --- a/include/linux/device/class.h +++ b/include/linux/device/class.h @@ -74,6 +74,7 @@ struct class {  struct class_dev_iter {  	struct klist_iter		ki;  	const struct device_type	*type; +	struct subsys_private		*sp;  };  int __must_check class_register(const struct class *class);  | 
