--- zzzz-none-000/linux-5.15.111/include/linux/ioport.h 2023-05-11 14:00:40.000000000 +0000 +++ puma7-atom-6670-761/linux-5.15.111/include/linux/ioport.h 2024-02-07 10:23:26.000000000 +0000 @@ -184,6 +184,9 @@ /* PC/ISA/whatever - the normal PC address spaces: IO and memory */ extern struct resource ioport_resource; extern struct resource iomem_resource; +#if defined(CONFIG_AVM_ENHANCED) +extern struct resource gpio_resource; +#endif/*--- #if defined(CONFIG_AVM_ENHANCED) ---*/ extern struct resource *request_resource_conflict(struct resource *root, struct resource *new); extern int request_resource(struct resource *root, struct resource *new);