From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932894AbcGOMS2 (ORCPT ); Fri, 15 Jul 2016 08:18:28 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:33301 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932785AbcGOMSZ (ORCPT ); Fri, 15 Jul 2016 08:18:25 -0400 Date: Fri, 15 Jul 2016 14:18:28 +0200 From: Johan Hovold To: Mathieu OTHACEHE Cc: johan@kernel.org, gregkh@linuxfoundation.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 35/36] usb: serial: ti_usb_3410_5052: Remove function prototypes Message-ID: <20160715121828.GP8809@localhost> References: <1463042948-12205-1-git-send-email-m.othacehe@gmail.com> <1463042948-12205-36-git-send-email-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1463042948-12205-36-git-send-email-m.othacehe@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 12, 2016 at 10:49:07AM +0200, Mathieu OTHACEHE wrote: > Declare functions in a the right order to avoid prototyping. > There is no functional change here. I'm not sure this is needed. Thanks, Johan