Re: [PATCH linux dev-6.18] eeprom: ee1004: Fix build error
Andrew Jeffery <[email protected]>
| Newsgroups | org.ozlabs.lists.openbmc |
|---|---|
| Message-ID | <232283865a4396b07ca4783a09c1b5cad7f25387.camel@codeconstruct.com.au> |
On Wed, 2026-04-29 at 10:06 +0300, Konstantin Aladyshev wrote:
> Currently driver compilation fails because of the undeclared
> 'ee1004_groups' variable.
> This variable was deleted in the commit
> 79d0df36b541 ("eeprom: ee1004: Add nvmem support")
> but by mistake was used in the commit
> 1b9ab93850ac ("eeprom: ee1004: Add OF matching support").
> Remove 'ee1004_groups' usage from the driver to fix the compilation.
>
> Fixes: 79d0df36b541 ("eeprom: ee1004: Add nvmem support")
>
> Signed-off-by: Konstantin Aladyshev <[email protected]>
Applied, thanks.
Sorry for the delay.
Andrew