Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.10 Branch] Conflicting types for ms912x_fb_send_rect #17

Open
luizlinux opened this issue Apr 4, 2024 · 0 comments
Open

[5.10 Branch] Conflicting types for ms912x_fb_send_rect #17

luizlinux opened this issue Apr 4, 2024 · 0 comments

Comments

@luizlinux
Copy link

I'm really puzzled by this:

/home/luiz/Downloads/ms912x-kernel-5.10/ms912x_transfer.c:185:5: error: conflicting types for ‘ms912x_fb_send_rect’
  185 | int ms912x_fb_send_rect(struct drm_framebuffer *fb, const struct iosys_map *map,
      |     ^~~~~~~~~~~~~~~~~~~
In file included from /home/luiz/Downloads/ms912x-kernel-5.10/ms912x_transfer.c:8:
/home/luiz/Downloads/ms912x-kernel-5.10/ms912x.h:113:5: note: previous declaration of ‘ms912x_fb_send_rect’ was here
  113 | int ms912x_fb_send_rect(struct drm_framebuffer *fb, const struct iosys_map *map,
      |     ^~~~~~~~~~~~~~~~~~~

The conflicting type error suggests that there might be a discrepancy between the declaration and definition of the ms912x_fb_send_rect functions, however they are identical. Any ideas what might be causing this?

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

No branches or pull requests

1 participant