From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751779AbcLEOKS (ORCPT ); Mon, 5 Dec 2016 09:10:18 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:55402 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751086AbcLEOKP (ORCPT ); Mon, 5 Dec 2016 09:10:15 -0500 Date: Mon, 5 Dec 2016 15:10:23 +0100 From: Greg Kroah-Hartman To: csmanjuvijay@gmail.com Cc: Alan Stern , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/3] USB: OHCI: at91: remove useless extern declaration Message-ID: <20161205141023.GA29165@kroah.com> References: <1480735523-23950-1-git-send-email-csmanjuvijay@gmail.com> <1480735523-23950-2-git-send-email-csmanjuvijay@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1480735523-23950-2-git-send-email-csmanjuvijay@gmail.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 03, 2016 at 03:25:21AM +0000, csmanjuvijay@gmail.com wrote: > From: Manjunath Goudar > > Remove usb_disabled() extern declaration as it is already declared > as EXPORT_SYMBOL_GPL declaration in drivers/usb/core/usb.c The EXPORT_SYMBOL_GPL() has nothing to do with this, it's the fact that it is exported in include/linux/usb.h that matters. Please fix the text up and resend. thanks, greg k-h