Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753635AbdDEHqz (ORCPT ); Wed, 5 Apr 2017 03:46:55 -0400 Received: from mail.kapsi.fi ([217.30.184.167]:39245 "EHLO mail.kapsi.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751960AbdDEHqy (ORCPT ); Wed, 5 Apr 2017 03:46:54 -0400 From: Mikko Perttunen To: thierry.reding@gmail.com Cc: sfr@canb.auug.org.au, tglx@linutronix.de, mingo@elte.hu, hpa@zytor.com, peterz@infradead.org, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, amerilainen@nvidia.com, Mikko Perttunen Subject: [PATCH] fixup! gpu: host1x: Add IOMMU support Date: Wed, 5 Apr 2017 10:45:44 +0300 Message-Id: <20170405074544.29464-1-mperttunen@nvidia.com> X-Mailer: git-send-email 2.11.1 X-SA-Exim-Connect-IP: 84.249.193.183 X-SA-Exim-Mail-From: mperttunen@nvidia.com X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 455 Lines: 19 Signed-off-by: Mikko Perttunen --- drivers/gpu/host1x/dev.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/host1x/dev.c b/drivers/gpu/host1x/dev.c index f8fda446a6a6..f05ebb14fa63 100644 --- a/drivers/gpu/host1x/dev.c +++ b/drivers/gpu/host1x/dev.c @@ -27,6 +27,7 @@ #define CREATE_TRACE_POINTS #include +#undef CREATE_TRACE_POINTS #include "bus.h" #include "channel.h" -- 2.11.1