Skip to content

Kernel 5.7.15 fails to compile #3787

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

Closed
Dark-Sky opened this issue Aug 12, 2020 · 3 comments
Closed

Kernel 5.7.15 fails to compile #3787

Dark-Sky opened this issue Aug 12, 2020 · 3 comments

Comments

@Dark-Sky
Copy link

Dark-Sky commented Aug 12, 2020

Kernel 5.7.15 fails to compile. It aborts trying to compile drivers/net/usb/lan78xx

  CHK     include/generated/compile.h
  CC      drivers/net/usb/lan78xx.o
drivers/net/usb/lan78xx.c: In function ‘lan78xx_probe’:
drivers/net/usb/lan78xx.c:3769:15: error: ‘struct lan78xx_net’ has no member named ‘ep_intr’
 3769 |   period = dev->ep_intr->desc.bInterval;
      |               ^~
  GZIP    kernel/config_data.gz
make[3]: *** [scripts/Makefile.build:266: drivers/net/usb/lan78xx.o] Error 1
make[2]: *** [scripts/Makefile.build:488: drivers/net/usb] Error 2
make[1]: *** [scripts/Makefile.build:488: drivers/net] Error 2
make: *** [Makefile:1735: drivers] Error 2
make: *** Waiting for unfinished jobs....
@Claudenw
Copy link

this is the same error as in as #3786

@popcornmix
Copy link
Collaborator

Pushed a fix.

@Dark-Sky
Copy link
Author

Pushed a fix.

Thanks popcornmix. Compiled ok!

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

3 participants