diff options
Diffstat (limited to 'include/linux/device.h')
| -rw-r--r-- | include/linux/device.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index a43e8a2a2c61..441ab49ffa0b 100644 --- a/include/linux/device.h +++ b/include/linux/device.h @@ -204,6 +204,7 @@ struct class_device { void * class_data; /* class-specific data */ char class_id[BUS_ID_SIZE]; /* unique to this class */ + void (*release)(struct class_device * class_dev); }; static inline void * |
