Message ID | 1495081793-9707-13-git-send-email-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, May 18, 2017 at 01:29:49PM +0900, Masahiro Yamada wrote: > With the include directives under include/drm/ fixed, this flag is > no longer needed. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Ok, this and patch 1 applied, pls double-check I've done the right thing and it's all good now (well, once linux-next has rebuild with the 2 patches merged, which should be in 1-2 days at most). Thanks, Daniel > --- > > Changes in v3: None > > drivers/gpu/drm/stm/Makefile | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile > index e114d45..a09ecf4 100644 > --- a/drivers/gpu/drm/stm/Makefile > +++ b/drivers/gpu/drm/stm/Makefile > @@ -1,5 +1,3 @@ > -ccflags-y := -Iinclude/drm > - > stm-drm-y := \ > drv.o \ > ltdc.o > -- > 2.7.4 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/dri-devel
Hi Daniel, 2017-05-22 16:37 GMT+09:00 Daniel Vetter <daniel@ffwll.ch>: > On Thu, May 18, 2017 at 01:29:49PM +0900, Masahiro Yamada wrote: >> With the include directives under include/drm/ fixed, this flag is >> no longer needed. >> >> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > > Ok, this and patch 1 applied, pls double-check I've done the right thing > and it's all good now (well, once linux-next has rebuild with the 2 > patches merged, which should be in 1-2 days at most). > > Thanks, Daniel Looks good. Thanks!
diff --git a/drivers/gpu/drm/stm/Makefile b/drivers/gpu/drm/stm/Makefile index e114d45..a09ecf4 100644 --- a/drivers/gpu/drm/stm/Makefile +++ b/drivers/gpu/drm/stm/Makefile @@ -1,5 +1,3 @@ -ccflags-y := -Iinclude/drm - stm-drm-y := \ drv.o \ ltdc.o
With the include directives under include/drm/ fixed, this flag is no longer needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- Changes in v3: None drivers/gpu/drm/stm/Makefile | 2 -- 1 file changed, 2 deletions(-)