--- zzzz-none-000/linux-4.9.231/include/linux/ioport.h 2020-07-22 07:10:54.000000000 +0000 +++ falcon-5590-729/linux-4.9.231/include/linux/ioport.h 2022-03-30 12:03:35.000000000 +0000 @@ -166,6 +166,11 @@ extern struct resource ioport_resource; extern struct resource iomem_resource; +#ifdef CONFIG_AVM_ENHANCED +extern struct resource avm_gpio_resource; +extern struct resource gpio_resource __deprecated; +#endif + extern struct resource *request_resource_conflict(struct resource *root, struct resource *new); extern int request_resource(struct resource *root, struct resource *new); extern int release_resource(struct resource *new);