From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934452AbbKSQyD (ORCPT ); Thu, 19 Nov 2015 11:54:03 -0500 Received: from szxga03-in.huawei.com ([119.145.14.66]:5390 "EHLO szxga03-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758685AbbKSQyB (ORCPT ); Thu, 19 Nov 2015 11:54:01 -0500 Message-ID: <564DFDCB.2070906@hisilicon.com> Date: Thu, 19 Nov 2015 16:50:19 +0000 From: Wei Xu User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Masahiro Yamada , CC: Russell King , , Subject: Re: [PATCH 1/2] ARM: hisi: do not export smp_operations structures References: <1447551593-22246-1-git-send-email-yamada.masahiro@socionext.com> <1447551593-22246-2-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1447551593-22246-2-git-send-email-yamada.masahiro@socionext.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.137.250] X-CFilter-Loop: Reflected X-Mirapoint-Virus-RAPID-Raw: score=unknown(0), refid=str=0001.0A020204.564DFDD6.01A3,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0, ip=0.0.0.0, so=2013-05-26 15:14:31, dmn=2013-03-21 17:37:32 X-Mirapoint-Loop-Id: 0ac5bb611e6f5311a6a8c3e175f886d9 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Masahiro, On 15/11/2015 01:39, Masahiro Yamada wrote: > These three structures are only defined and referenced in > mach-hisi/platsmp.c. > > Drop the declarations from the header and add static qualifier > to the definitions. > > Signed-off-by: Masahiro Yamada > --- Thanks! Acked-by: Wei Xu Best Regards, Wei