All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-scsi@vger.kernel.org, axboe@suse.de
Subject: [TRIVIAL] [TRIVIAL 2.6] drivers_scsi_mvme147.c: kill duplicate #include
Date: Thu, 20 May 2004 17:08:00 +1000	[thread overview]
Message-ID: <1085035551.24929.141.camel@bach> (raw)

 From:  a.othieno@bluewin.ch (Arthur Othieno)

---
  Hi,
  
  >From scripts/checkincludes.pl:
  
    ./drivers/scsi/mvme147.c: mvme147.h is included more than once.
  
  Output from `grep' shows:
  
    $ grep -n 'mvme147.h' drivers/scsi/mvme147.c
    16:#include "mvme147.h"
    125:#include "mvme147.h"
  
  Against 2.6.5. Thanks.
  
  

--- trivial-2.6.6-bk6/drivers/scsi/mvme147.c.orig	2004-05-20 15:59:33.000000000 +1000
+++ trivial-2.6.6-bk6/drivers/scsi/mvme147.c	2004-05-20 15:59:33.000000000 +1000
@@ -122,8 +122,6 @@
 
 #define HOSTS_C
 
-#include "mvme147.h"
-
 static Scsi_Host_Template driver_template = {
 	.proc_name		= "MVME147",
 	.name			= "MVME147 built-in SCSI",
-- 
  What is this? http://www.kernel.org/pub/linux/kernel/people/rusty/trivial/
  Don't blame me: the Monkey is driving
  File: a.othieno@bluewin.ch (Arthur Othieno): [TRIVIAL 2.6] drivers_scsi_mvme147.c: kill duplicate #include


             reply	other threads:[~2004-05-20  7:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-20  7:08 Rusty Russell [this message]
2004-05-20 12:43 ` [TRIVIAL] [TRIVIAL 2.6] drivers_scsi_mvme147.c: kill duplicate #include James Bottomley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1085035551.24929.141.camel@bach \
    --to=rusty@rustcorp.com.au \
    --cc=akpm@osdl.org \
    --cc=axboe@suse.de \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.