From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: [rtc-linux] [PATCH V4] drivers: rtc: Add support for Qualcomm PMIC8xxx RTC Date: Tue, 7 Jun 2011 17:32:27 -0700 Message-ID: <20110607173227.953bf25c.akpm@linux-foundation.org> References: <1306472178-22315-1-git-send-email-aghayal@codeaurora.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:48112 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751615Ab1FHAdF (ORCPT ); Tue, 7 Jun 2011 20:33:05 -0400 In-Reply-To: <1306472178-22315-1-git-send-email-aghayal@codeaurora.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: rtc-linux@googlegroups.com Cc: Anirudh Ghayal , Stephen Boyd , linux-arm-msm@vger.kernel.org, Wan ZongShun , Ashay Jaiswal , Samuel Ortiz On Fri, 27 May 2011 10:26:18 +0530 Anirudh Ghayal wrote: > This patch adds support for PMIC8xxx based RTC. > PMIC8xxx is Qualcomm's power management IC that > internally houses an RTC module. This driver > communicates with the PMIC module over SSBI bus. > x86_64 allmodconfig: drivers/rtc/rtc-pm8xxx.c: In function 'pm8xxx_rtc_probe': drivers/rtc/rtc-pm8xxx.c:400: error: implicit declaration of function 'mfd_get_data' drivers/rtc/rtc-pm8xxx.c:400: warning: initialization makes pointer from integer without a cast A tree-wide grep in 3.0-rc2 for "mfd_get_data" shows no definition, although ./drivers/input/keyboard/pmic8xxx-keypad.c and ./drivers/input/misc/pmic8xxx-pwrkey.c are calling it. What's happening here?