From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754463Ab1KGUfV (ORCPT ); Mon, 7 Nov 2011 15:35:21 -0500 Received: from mho-03-ewr.mailhop.org ([204.13.248.66]:17814 "EHLO mho-01-ewr.mailhop.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751133Ab1KGUfT (ORCPT ); Mon, 7 Nov 2011 15:35:19 -0500 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 98.234.237.12 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+dAFWsPcHSuQ9IevINx8sm Date: Mon, 7 Nov 2011 12:35:15 -0800 From: Tony Lindgren To: Axel Lin Cc: linux-kernel@vger.kernel.org, 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 Message-ID: <20111107203515.GY31337@atomide.com> References: <1320303638.17983.5.camel@phoenix> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1320303638.17983.5.camel@phoenix> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Axel Lin [111102 23:26]: > 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 Applying into fixes thanks. Tony