From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756340AbbCCLDP (ORCPT ); Tue, 3 Mar 2015 06:03:15 -0500 Received: from mail-pa0-f54.google.com ([209.85.220.54]:43296 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752819AbbCCLDM (ORCPT ); Tue, 3 Mar 2015 06:03:12 -0500 Date: Tue, 3 Mar 2015 16:33:01 +0530 From: Sudip Mukherjee To: Drew Fustini Cc: Thomas Petazzoni , Noralf =?iso-8859-1?Q?Tr=F8nnes?= , Greg Kroah-Hartman , devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Staging: fbtft: move externs to header file Message-ID: <20150303110301.GA2228@sudip-PC> References: <20150303101917.GA20306@lappy486> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150303101917.GA20306@lappy486> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 03, 2015 at 04:19:17AM -0600, Drew Fustini wrote: > Move extern declartions from fbtft-core.c to fbtft header file. This resovles > the warning from checkpatch.pl that "externs should be avoided in .c files". but now it adds 6 additional warning in checkpatch --strict "extern prototypes should be avoided in .h files" regards sudip > > Signed-off-by: Drew Fustini > ---