--- zzzz-none-000/linux-4.9.276/include/linux/ioport.h 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/include/linux/ioport.h 2023-04-05 08:19:02.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);