summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-29 19:23:12 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-07-29 19:23:12 +0200
commita9030987750fefa9152539edeb44d5dd0a22cbcf (patch)
treee51cd39f5d78bbce3920d22e19ae621c428eb66c /device.h
parent5d4c6b0453a5dc8cd704144d1c0647855ff63656 (diff)
s/remove_device_user/device_remove_user/g
Diffstat (limited to 'device.h')
-rw-r--r--device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device.h b/device.h
index 913f3a9..3c9717b 100644
--- a/device.h
+++ b/device.h
@@ -134,7 +134,7 @@ int init_device(struct device *iface, const struct device_type *type, const char
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 remove_device_user(struct device_user *dep);
+void device_remove_user(struct device_user *dep);
void set_device_present(struct device *dev, bool state);
int claim_device(struct device *dev);