Skip to content

Conversation

@xypron
Copy link

@xypron xypron commented Aug 22, 2025

Avoid an error

In file included from drivers/gpu/drm/i2c/tda998x_pin.c:1:
drivers/gpu/drm/i2c/tda998x_pin.c:27:25: error:
‘starfive_drm_dt_ids’ undeclared here (not in a function)
   27 | MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
      |                         ^~~~~~~~~~~~~~~~~~~

Fixes: 4bb9a5d ("vout: starfive: Add driver for the StarFive JH7110 display subsystem")

Avoid an error

    In file included from drivers/gpu/drm/i2c/tda998x_pin.c:1:
    drivers/gpu/drm/i2c/tda998x_pin.c:27:25: error:
    ‘starfive_drm_dt_ids’ undeclared here (not in a function)
       27 | MODULE_DEVICE_TABLE(of, starfive_drm_dt_ids);
          |                         ^~~~~~~~~~~~~~~~~~~

Fixes: 4bb9a5d ("vout: starfive: Add driver for the StarFive JH7110 display subsystem")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant