diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:22:35 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-29 19:22:35 +0200 |
commit | 5d4c6b0453a5dc8cd704144d1c0647855ff63656 (patch) | |
tree | 22a1530d545d63bdfc251c314bec72882739ebb9 /device.h | |
parent | fc205d64fcd70cda2dc9176ce2662d71c51370ab (diff) |
s/free_device/device_free/g
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |