Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752866AbcD0TcJ (ORCPT ); Wed, 27 Apr 2016 15:32:09 -0400 Received: from mail-yw0-f180.google.com ([209.85.161.180]:32978 "EHLO mail-yw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752255AbcD0TcH (ORCPT ); Wed, 27 Apr 2016 15:32:07 -0400 MIME-Version: 1.0 In-Reply-To: <1461784383-2978-1-git-send-email-bjorn.andersson@linaro.org> References: <1461784383-2978-1-git-send-email-bjorn.andersson@linaro.org> Date: Wed, 27 Apr 2016 14:32:05 -0500 Message-ID: Subject: Re: [PATCH v3 1/2] soc: qcom: smd: Introduce compile stubs From: Andy Gross To: Bjorn Andersson Cc: "David S. Miller" , linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-arm-msm Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 498 Lines: 17 On 27 April 2016 at 14:13, Bjorn Andersson wrote: > Introduce compile stubs for the SMD API, allowing consumers to be > compile tested. > > Signed-off-by: Bjorn Andersson > --- > > Changes since v2: > - Introduce this patch, to allow compile testing of QRTR_SMD > > include/linux/soc/qcom/smd.h | 28 +++++++++++++++++++++++++++- > 1 file changed, 27 insertions(+), 1 deletion(-) > Looks ok. Acked-by: Andy Gross