From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 2/2] Input: keyboard: Staticise non-exported symbols Date: Fri, 9 Dec 2011 13:01:19 +0100 Message-ID: References: <1323394677.3740.2.camel@phoenix> <1323394752.3740.3.camel@phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-iy0-f174.google.com ([209.85.210.174]:57091 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751441Ab1LIMBT (ORCPT ); Fri, 9 Dec 2011 07:01:19 -0500 In-Reply-To: <1323394752.3740.3.camel@phoenix> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Axel Lin Cc: linux-kernel@vger.kernel.org, Michael Hennerich , Naveen Kumar G , Sundar Iyer , Dmitry Torokhov , linux-input@vger.kernel.org On Fri, Dec 9, 2011 at 2:39 AM, Axel Lin wrote: > These symbols are not used outside it's driver so no need to > make the symbol global. > > Signed-off-by: Axel Lin Acked-by: Linus Walleij For SKE. Linus Walleij