Changeset 777 for GPL/trunk/include/linux/device.h
- Timestamp:
- Apr 21, 2025, 7:17:25 PM (4 months ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-exp merged: 766-767,770-771,773-774
- Property svn:mergeinfo changed
-
GPL/trunk/include/linux/device.h
r772 r777 120 120 const char *dev_name; 121 121 int (*match)(struct device *dev, struct device_driver *drv); 122 int (*uevent)( struct device *dev, struct kobj_uevent_env *env);122 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env); 123 123 int (*probe)(struct device *dev); 124 124 int (*remove)(struct device *dev);
Note:
See TracChangeset
for help on using the changeset viewer.