From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756708Ab1CROJ3 (ORCPT ); Fri, 18 Mar 2011 10:09:29 -0400 Received: from verein.lst.de ([213.95.11.211]:41463 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754075Ab1CROJY (ORCPT ); Fri, 18 Mar 2011 10:09:24 -0400 Date: Fri, 18 Mar 2011 15:09:24 +0100 From: Christoph Hellwig To: "Nicholas A. Bellinger" Cc: linux-scsi , linux-kernel , James Bottomley , Christoph Hellwig , Mike Christie , Hannes Reinecke , FUJITA Tomonori , Boaz Harrosh , Stephen Rothwell , Andrew Morton , Douglas Gilbert Subject: Re: [PATCH] tcm_loop: Add multi-fabric Linux/SCSI LLD fabric module Message-ID: <20110318140924.GA29373@lst.de> References: <1300396040-24253-1-git-send-email-nab@linux-iscsi.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1300396040-24253-1-git-send-email-nab@linux-iscsi.org> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Now that everything is in one C file all functions can be marked static, and there is no need to have prototypes in the header file.