Changeset 625 for GPL/branches/uniaud32-next/include/linux/device.h
- Timestamp:
- Jan 3, 2021, 7:20:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/include/linux/device.h
r622 r625 6 6 #include <linux/sysfs.h> 7 7 #include <linux/lockdep.h> 8 #include <linux/overflow.h> 8 9 9 10 struct device; … … 291 292 extern void *devres_find(struct device *dev, dr_release_t release, 292 293 dr_match_t match, void *match_data); 294 295 /* debugging and troubleshooting/diagnostic helpers. */ 296 extern const char *dev_driver_string(const struct device *dev); 297 293 298 #endif /* _LINUX_DEVICE_H */ 294 299
Note:
See TracChangeset
for help on using the changeset viewer.