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

Compiling 6.11 kernel #6346

Open
adminy opened this issue Sep 10, 2024 · 1 comment
Open

Compiling 6.11 kernel #6346

adminy opened this issue Sep 10, 2024 · 1 comment
Labels
Close within 30 days Issue will be closed within 30 days unless requested to stay open

Comments

@adminy
Copy link

adminy commented Sep 10, 2024

Describe the bug

gpio-pwm.c:138:19: error: initialization of 'void (*)(struct platform_device )' from incompatible pointer type 'int ()(struct platform_device *)' [-Werror=incompatible-pointer-types]

Steps to reproduce the behaviour

build latest master kernel

Device (s)

Raspberry Pi 5

System

Linux cb6337052a15 6.10.0-linuxkit #1 SMP Wed Jul 17 10:51:09 UTC 2024 aarch64 GNU/Linux

Logs

No response

Additional context

No response

@popcornmix
Copy link
Collaborator

I've pushed a fixup commit. But I notice we don't actually have CONFIG_GPIO_PWM enabled in the default defconfig files
(which is why it is building okay for us).

Are you actually using this module, or were you just testing if all modules compile?

@popcornmix popcornmix added the Close within 30 days Issue will be closed within 30 days unless requested to stay open label Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Close within 30 days Issue will be closed within 30 days unless requested to stay open
Projects
None yet
Development

No branches or pull requests

2 participants