Skip to content

Move 3 functions from header into the source file#32

Open
rsglobal wants to merge 1 commit intojwrdegoede:rtl8189fsfrom
rsglobal:fix-clang-9.0.3
Open

Move 3 functions from header into the source file#32
rsglobal wants to merge 1 commit intojwrdegoede:rtl8189fsfrom
rsglobal:fix-clang-9.0.3

Conversation

@rsglobal
Copy link
Copy Markdown

@rsglobal rsglobal commented Feb 11, 2020

Fixes build with clang 9.0.3

  LD [M]  obj/RTL8189FTV-MOD/8189fs.o
  Building modules, stage 2.
  MODPOST 1 modules
ERROR: "is_broadcast_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
ERROR: "is_zero_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
ERROR: "is_multicast_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
kernel/glodroid/scripts/Makefile.modpost:113: recipe for target '__modpost' failed
make[3]: *** [__modpost] Error 1
kernel/glodroid/Makefile:1672: recipe for target 'modules' failed
make[2]: *** [modules] Error 2
kernel/glodroid/Makefile:179: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2

Signed-off-by: Roman Stratiienko roman.stratiienko@globallogic.com

Fixes build with clang 9.0.3

---
  LD [M]  obj/RTL8189FTV-MOD/8189fs.o
  Building modules, stage 2.
  MODPOST 1 modules
ERROR: "is_broadcast_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
ERROR: "is_zero_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
ERROR: "is_multicast_mac_addr" [obj/RTL8189FTV-MOD/8189fs.ko] undefined!
kernel/glodroid/scripts/Makefile.modpost:113: recipe for target '__modpost' failed
make[3]: *** [__modpost] Error 1
kernel/glodroid/Makefile:1672: recipe for target 'modules' failed
make[2]: *** [modules] Error 2
kernel/glodroid/Makefile:179: recipe for target 'sub-make' failed
make[1]: *** [sub-make] Error 2
---

Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>
rsglobal pushed a commit to GloDroid/glodroid_manifest that referenced this pull request Feb 11, 2020
Use fork until jwrdegoede/rtl8189ES_linux#32 merged.

Signed-off-by: Roman Stratiienko <roman.stratiienko@globallogic.com>
@rsglobal
Copy link
Copy Markdown
Author

@Icenowy , could you start review on this PR?

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