Skip to content

Commit c4cf731

Browse files
danvetgregkh
authored andcommitted
drm/armada: Fix compile fail
[ Upstream commit 7357f89954b6d005df6ab8929759e78d7d9a80f9 ] I reported the include issue for tracepoints a while ago, but nothing seems to have happened. Now it bit us, since the drm_mm_print conversion was broken for armada. Fix it, so I can re-enable armada in the drm-misc build configs. v2: Rebase just the compile fix on top of Chris' build fix. Cc: Russell King <rmk+kernel@armlinux.org.uk> Cc: Chris Wilson <chris@chris-wilson.co.uk> Acked: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1483115932-19584-1-git-send-email-daniel.vetter@ffwll.ch Signed-off-by: Sasha Levin <alexander.levin@verizon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 7f69dc1 commit c4cf731

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/gpu/drm/armada/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@ armada-y += armada_510.o
44
armada-$(CONFIG_DEBUG_FS) += armada_debugfs.o
55

66
obj-$(CONFIG_DRM_ARMADA) := armada.o
7+
8+
CFLAGS_armada_trace.o := -I$(src)

0 commit comments

Comments
 (0)