]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/of_device.h
[POWERPC] Move of_device allocation into of_device.[ch]
[linux-2.6-omap-h63xx.git] / include / linux / of_device.h
index 91bf84b9d144f0a4a92db3a00f5c7f0aa7856256..212bffb2b17453449ed9a6331372d5eff8cf3773 100644 (file)
@@ -22,5 +22,10 @@ extern int of_device_register(struct of_device *ofdev);
 extern void of_device_unregister(struct of_device *ofdev);
 extern void of_release_dev(struct device *dev);
 
+static inline void of_device_free(struct of_device *dev)
+{
+       of_release_dev(&dev->dev);
+}
+
 #endif /* __KERNEL__ */
 #endif /* _LINUX_OF_DEVICE_H */