2008-07-06 13:07:56

by Alexander Beregalov

[permalink] [raw]
Subject: [PATCH] scsi_cmnd.h: remove double inclusion of linux/blkdev.h

From: Alexander Beregalov <[email protected]>

Remove double inclusion of linux/blkdev.h

include/scsi/scsi_cmnd.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

Signed-off-by: Alexander Beregalov <[email protected]>
---

diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h
index 3e46dfa..66c9448 100644
--- a/include/scsi/scsi_cmnd.h
+++ b/include/scsi/scsi_cmnd.h
@@ -7,7 +7,6 @@
#include <linux/types.h>
#include <linux/timer.h>
#include <linux/scatterlist.h>
-#include <linux/blkdev.h>

struct Scsi_Host;
struct scsi_device;


2008-07-08 13:05:08

by Mark Asselstine

[permalink] [raw]
Subject: Re: [PATCH] scsi_cmnd.h: remove double inclusion of linux/blkdev.h

On Sun, Jul 6, 2008 at 9:01 AM, Alexander Beregalov
<[email protected]> wrote:
> From: Alexander Beregalov <[email protected]>
>
> Remove double inclusion of linux/blkdev.h
>
> include/scsi/scsi_cmnd.h | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> Signed-off-by: Alexander Beregalov <[email protected]>
> ---
>
> diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h
> index 3e46dfa..66c9448 100644
> --- a/include/scsi/scsi_cmnd.h
> +++ b/include/scsi/scsi_cmnd.h
> @@ -7,7 +7,6 @@
> #include <linux/types.h>
> #include <linux/timer.h>
> #include <linux/scatterlist.h>
> -#include <linux/blkdev.h>
>

Reviewed-by: Mark Asselstine <[email protected]>

> struct Scsi_Host;
> struct scsi_device;
> --
> To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in
> the body of a message to [email protected]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>