From patchwork Thu Feb 19 12:29:43 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Felipe Balbi X-Patchwork-Id: 7970 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n1JCUBLh023766 for ; Thu, 19 Feb 2009 12:30:11 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754595AbZBSMaJ (ORCPT ); Thu, 19 Feb 2009 07:30:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754504AbZBSMaJ (ORCPT ); Thu, 19 Feb 2009 07:30:09 -0500 Received: from ns1.siteground211.com ([209.62.36.12]:56004 "EHLO serv01.siteground211.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753714AbZBSMaF (ORCPT ); Thu, 19 Feb 2009 07:30:05 -0500 Received: from [91.154.126.168] (port=24839 helo=localhost.localdomain) by serv01.siteground211.com with esmtpa (Exim 4.69) (envelope-from ) id 1La82V-0000vJ-7E; Thu, 19 Feb 2009 06:30:03 -0600 From: Felipe Balbi To: linux-omap@vger.kernel.org Cc: tony@atomide.com, Felipe Balbi Subject: [PATCH 5/5] input: keyboard: removed unused lm8323_set_platform_data Date: Thu, 19 Feb 2009 14:29:43 +0200 Message-Id: <1235046583-29696-6-git-send-email-me@felipebalbi.com> X-Mailer: git-send-email 1.6.1.3 In-Reply-To: <1235046583-29696-5-git-send-email-me@felipebalbi.com> References: <1235046583-29696-1-git-send-email-me@felipebalbi.com> <1235046583-29696-2-git-send-email-me@felipebalbi.com> <1235046583-29696-3-git-send-email-me@felipebalbi.com> <1235046583-29696-4-git-send-email-me@felipebalbi.com> <1235046583-29696-5-git-send-email-me@felipebalbi.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - serv01.siteground211.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - felipebalbi.com Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org that's unused prototype, remove it. Signed-off-by: Felipe Balbi --- include/linux/i2c/lm8323.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/include/linux/i2c/lm8323.h b/include/linux/i2c/lm8323.h index 17d6b33..5eae5cc 100644 --- a/include/linux/i2c/lm8323.h +++ b/include/linux/i2c/lm8323.h @@ -32,6 +32,4 @@ struct lm8323_platform_data { char *name; /* Device name. */ }; -void __init lm8323_set_platform_data(struct lm8323_platform_data *pdata); - #endif /* __LINUX_LM8323_H */