Ignore:
Timestamp:
Jan 3, 2021, 7:20:20 AM (5 years ago)
Author:
Paul Smedley
Message:

Code cleanups to simplify future maintenance, update regmap/regcache/rbtree to linux 4.19.163 level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/include/linux/device.h

    r622 r625  
    66#include <linux/sysfs.h>
    77#include <linux/lockdep.h>
     8#include <linux/overflow.h>
    89
    910struct device;
     
    291292extern void *devres_find(struct device *dev, dr_release_t release,
    292293                         dr_match_t match, void *match_data);
     294
     295/* debugging and troubleshooting/diagnostic helpers. */
     296extern const char *dev_driver_string(const struct device *dev);
     297
    293298#endif /* _LINUX_DEVICE_H */
    294299
Note: See TracChangeset for help on using the changeset viewer.