From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755357Ab1KCO1O (ORCPT ); Thu, 3 Nov 2011 10:27:14 -0400 Received: from na3sys009aog108.obsmtp.com ([74.125.149.199]:47532 "EHLO na3sys009aog108.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753765Ab1KCO1N (ORCPT ); Thu, 3 Nov 2011 10:27:13 -0400 From: Kevin Hilman To: Axel Lin Cc: linux-kernel@vger.kernel.org, Tony Lindgren , Paul Gortmaker , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Felipe Balbi Subject: Re: [PATCH RESEND] ARM: OMAP: omap_device: Include linux/export.h Organization: Texas Instruments, Inc. References: <1320303638.17983.5.camel@phoenix> Date: Thu, 03 Nov 2011 07:26:57 -0700 In-Reply-To: <1320303638.17983.5.camel@phoenix> (Axel Lin's message of "Thu, 03 Nov 2011 15:00:38 +0800") Message-ID: <87d3d9i8ni.fsf@ti.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Axel Lin writes: > Include linux/export.h to fix below build warning: > > CC arch/arm/plat-omap/omap_device.o > arch/arm/plat-omap/omap_device.c:1055: warning: data definition has no type or storage class > arch/arm/plat-omap/omap_device.c:1055: warning: type defaults to 'int' in declaration of 'EXPORT_SYMBOL' > arch/arm/plat-omap/omap_device.c:1055: warning: parameter names (without types) in function declaration > > Signed-off-by: Axel Lin Thanks, will queue as a fix for v3.2-rc Kevin