We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a64d3 commit 39114b9Copy full SHA for 39114b9
1 file changed
include/linux/fwnode.h
@@ -171,11 +171,10 @@ struct fwnode_operations {
171
void __iomem *(*iomap)(struct fwnode_handle *fwnode, int index);
172
int (*irq_get)(const struct fwnode_handle *fwnode, unsigned int index);
173
int (*add_links)(struct fwnode_handle *fwnode);
174
- int (*property_count_reference_with_args)(
175
- const struct fwnode_handle *fwnode, const char *list_name,
176
- const char *cells_name);
177
178
- DEEPIN_KABI_RESERVE(1)
+ DEEPIN_KABI_USE(1, int (*property_count_reference_with_args)(
+ const struct fwnode_handle *fwnode, const char *list_name,
+ const char *cells_name))
179
DEEPIN_KABI_RESERVE(2)
180
DEEPIN_KABI_RESERVE(3)
181
DEEPIN_KABI_RESERVE(4)
0 commit comments