Re: [PATCH 1/4] samples/kdbus: drop wrong include

2015-03-16 Thread Greg KH
On Mon, Mar 16, 2015 at 10:17:10AM +0100, David Herrmann wrote: > There is no reason to use ./include/uapi/ directly from samples. If your > system headers are not up-to-date, you _need_ to run "make > headers-install" (which will install them to ./usr/ in your kernel tree) > before building the ex

[PATCH 1/4] samples/kdbus: drop wrong include

2015-03-16 Thread David Herrmann
There is no reason to use ./include/uapi/ directly from samples. If your system headers are not up-to-date, you _need_ to run "make headers-install" (which will install them to ./usr/ in your kernel tree) before building the examples. Otherwise, you will get warnings and build failures. Once ./usr