From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH 08/11] iommu/msm: Move mach includes to iommu directory Date: Thu, 20 Jun 2013 12:00:52 +0200 Message-ID: <20130620100052.GL2575@8bytes.org> References: <1371600281-6118-1-git-send-email-sboyd@codeaurora.org> <1371600281-6118-9-git-send-email-sboyd@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from 8bytes.org ([85.214.48.195]:34502 "EHLO mail.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182Ab3FTKAy (ORCPT ); Thu, 20 Jun 2013 06:00:54 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.8bytes.org (Postfix) with SMTP id CA81212B235 for ; Thu, 20 Jun 2013 12:00:53 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1371600281-6118-9-git-send-email-sboyd@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: Stephen Boyd Cc: David Brown , Daniel Walker , Bryan Huntsman , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Stepan Moskovchenko On Tue, Jun 18, 2013 at 05:04:38PM -0700, Stephen Boyd wrote: > Two header files exist in mach-msm's include/mach directory that > are only used by the MSM iommu driver. Move these files to the > iommu driver directory and prefix them with "msm_". This allows > us to compile the MSM iommu driver on multi-platform kernels. > > Cc: Joerg Roedel > Cc: Stepan Moskovchenko > Signed-off-by: Stephen Boyd > --- > > Joerg, please ack so this can go through the MSM tree. Sure thing. Acked-by: Joerg Roedel