diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:24:31 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:24:31 +0200 |
commit | 8c7ee052813ae68490b230c657a4a36700654ce5 (patch) | |
tree | 3943b3d32ecaf71edfa7b5074478660f2c8d5b95 /device.h | |
parent | a9030987750fefa9152539edeb44d5dd0a22cbcf (diff) |
s/add_device_user/device_add_user/
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ void init_virtual_device(struct device *dev, const struct device_type *type, con int init_device(struct device *iface, const struct device_type *type, const char *ifname); void cleanup_device(struct device *iface); struct device *get_device(const char *name, bool create); -void add_device_user(struct device_user *dep, struct device *iface); +void device_add_user(struct device_user *dep, struct device *iface); void device_remove_user(struct device_user *dep); void set_device_present(struct device *dev, bool state); |