Skip to content

Commit

Permalink
drm/sis: remove unneeded -Iinclude/drm compiler flag
Browse files Browse the repository at this point in the history
With the include directives under include/drm/ fixed, this flag is
no longer needed.

Signed-off-by: Masahiro Yamada <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Link: http://patchwork.freedesktop.org/patch/msgid/[email protected]
  • Loading branch information
masahir0y authored and danvet committed May 18, 2017
1 parent 17d63f4 commit 777c70c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gpu/drm/sis/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Makefile for the drm device driver. This driver provides support for the
# Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher.

ccflags-y = -Iinclude/drm
sis-y := sis_drv.o sis_mm.o

obj-$(CONFIG_DRM_SIS) += sis.o
Expand Down

0 comments on commit 777c70c

Please sign in to comment.