Re: [PATCH] staging: most: remove header include path to drivers/staging

2020-01-14 Thread Greg Kroah-Hartman
On Sun, Jan 05, 2020 at 01:18:27AM +0900, Masahiro Yamada wrote: > There is no need to add "ccflags-y += -I $(srctree)/drivers/staging" > just for including . > > Use the #include "..." directive with the correct relative path. > > Signed-off-by: Masahiro Yamada This patch doesn't apply to my s

Re: [PATCH] staging: most: remove header include path to drivers/staging

2020-01-04 Thread Greg Kroah-Hartman
On Sun, Jan 05, 2020 at 01:18:27AM +0900, Masahiro Yamada wrote: > There is no need to add "ccflags-y += -I $(srctree)/drivers/staging" > just for including . > > Use the #include "..." directive with the correct relative path. > > Signed-off-by: Masahiro Yamada > --- > > drivers/staging/most/

[PATCH] staging: most: remove header include path to drivers/staging

2020-01-04 Thread Masahiro Yamada
There is no need to add "ccflags-y += -I $(srctree)/drivers/staging" just for including . Use the #include "..." directive with the correct relative path. Signed-off-by: Masahiro Yamada --- drivers/staging/most/Makefile | 1 - drivers/staging/most/cdev/Makefile | 1 - drivers/staging/mo