Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/include/linux/device.h

    r772 r777  
    120120        const char              *dev_name;
    121121        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);
    123123        int (*probe)(struct device *dev);
    124124        int (*remove)(struct device *dev);
Note: See TracChangeset for help on using the changeset viewer.