Ignore:
Timestamp:
Apr 21, 2025, 1:39:12 AM (4 months ago)
Author:
Paul Smedley
Message:

Fix a bunch of warnings, add a couple of realtek fixups

File:
1 edited

Legend:

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

    r767 r774  
    5858  struct device   * parent;
    5959  struct device_private *p;
    60   const struct bus_type * bus;    /* type of bus device is on */
     60  struct bus_type * bus;    /* type of bus device is on */
    6161  struct kobject kobj;
    6262  const char            *init_name; /* initial name of the device */
     
    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.