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

#includes need updating due to kernel 4.6+ changes (bus.c: generate_random_uuid = lib/uuid.c) #38

Open
vindicatorr opened this issue Jun 13, 2016 · 0 comments

Comments

@vindicatorr
Copy link

drivers/kdbus/bus.c: In function ‘kdbus_bus_new’:
drivers/kdbus/bus.c:116:2: error: implicit declaration of function ‘generate_random_uuid’ [-Werror=implicit-function-declaration]
  generate_random_uuid(b->id128);
  ^~~~~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
scripts/Makefile.build:289: recipe for target 'drivers/kdbus/bus.o' failed
make[2]: *** [drivers/kdbus/bus.o] Error 1
scripts/Makefile.build:440: recipe for target 'drivers/kdbus' failed
make[1]: *** [drivers/kdbus] Error 2
Makefile:985: recipe for target 'drivers' failed
make: *** [drivers] Error 2
...
Andy Shevchenko (11):
...
lib/uuid.c: move generate_random_uuid() to uuid.c
...

*https://lkml.org/lkml/2016/5/24/201

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