diff --git a/include/linux/property.h b/include/linux/property.h index fea9d2a70de8..8a30136c2875 100644 --- a/include/linux/property.h +++ b/include/linux/property.h @@ -11,7 +11,6 @@ #define _LINUX_PROPERTY_H_ #include -#include #include #include @@ -125,8 +124,6 @@ struct fwnode_handle *device_get_named_child_node(const struct device *dev, struct fwnode_handle *fwnode_handle_get(struct fwnode_handle *fwnode); void fwnode_handle_put(struct fwnode_handle *fwnode); -DEFINE_FREE(fwnode_handle, struct fwnode_handle *, fwnode_handle_put(_T)) - int fwnode_irq_get(const struct fwnode_handle *fwnode, unsigned int index); int fwnode_irq_get_byname(const struct fwnode_handle *fwnode, const char *name);