From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753868Ab3A1Uma (ORCPT ); Mon, 28 Jan 2013 15:42:30 -0500 Received: from hydra.sisk.pl ([212.160.235.94]:57972 "EHLO hydra.sisk.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751477Ab3A1Um2 (ORCPT ); Mon, 28 Jan 2013 15:42:28 -0500 From: "Rafael J. Wysocki" To: Mark Langsdorf Cc: "linux-kernel@vger.kernel.org" , "cpufreq@vger.kernel.org" , "linux-pm@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , Rob Herring , Omar Ramirez Luna , Arnd Bergmann Subject: Re: [PATCH 3/4 v11] arm highbank: add support for pl320 IPC Date: Mon, 28 Jan 2013 21:48:36 +0100 Message-ID: <10392328.6vDAltcmAi@vostro.rjw.lan> User-Agent: KMail/4.9.5 (Linux/3.8.0-rc5; KDE/4.9.5; x86_64; ; ) In-Reply-To: <510680AD.2070908@calxeda.com> References: <1351631056-25938-1-git-send-email-mark.langsdorf@calxeda.com> <1457500.uzVh9cxXhS@vostro.rjw.lan> <510680AD.2070908@calxeda.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Monday, January 28, 2013 07:44:13 AM Mark Langsdorf wrote: > On 01/28/2013 06:49 AM, Rafael J. Wysocki wrote: > > >> +int pl320_ipc_register_notifier(struct notifier_block *nb) > >> +{ > >> + return atomic_notifier_chain_register(&ipc_notifier, nb); > >> +} > >> +EXPORT_SYMBOL(pl320_ipc_register_notifier); > >> + > >> +int pl320_ipc_unregister_notifier(struct notifier_block *nb) > >> +{ > >> + return atomic_notifier_chain_unregister(&ipc_notifier, nb); > >> +} > >> +EXPORT_SYMBOL(pl320_ipc_unregister_notifier); > > > > I need all of your symbols to be exported with EXPORT_SYMBOL_GPL(). > > > > Is it OK to make that change when applying the patch or do you want to send > > a new one? > > I probably should resend so I can include the drivers level Kconfig and > Makefile. > > I'll get that out this morning. OK, thanks! Rafael -- I speak only for myself. Rafael J. Wysocki, Intel Open Source Technology Center.