Ignore:
Timestamp:
Oct 22, 2022, 9:53:37 AM (3 years ago)
Author:
Paul Smedley
Message:

Code cleanups + disable unsupported HDMI code for now

File:
1 edited

Legend:

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

    r738 r753  
    300300                         dr_match_t match, void *match_data);
    301301
     302/* devres group */
     303void * __must_check devres_open_group(struct device *dev, void *id, gfp_t gfp);
     304void devres_close_group(struct device *dev, void *id);
     305void devres_remove_group(struct device *dev, void *id);
     306int devres_release_group(struct device *dev, void *id);
     307
    302308/* debugging and troubleshooting/diagnostic helpers. */
    303309extern const char *dev_driver_string(const struct device *dev);
Note: See TracChangeset for help on using the changeset viewer.