summaryrefslogtreecommitdiffhomepage
path: root/device.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-29 19:22:35 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-07-29 19:22:35 +0200
commit5d4c6b0453a5dc8cd704144d1c0647855ff63656 (patch)
tree22a1530d545d63bdfc251c314bec72882739ebb9 /device.h
parentfc205d64fcd70cda2dc9176ce2662d71c51370ab (diff)
s/free_device/device_free/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 0406dcf..913f3a9 100644
--- a/device.h
+++ b/device.h
@@ -120,7 +120,7 @@ struct device_hotplug_ops {
};
static inline void
-free_device(struct device *dev)
+device_free(struct device *dev)
{
dev->type->free(dev);
}