scsi/NCR5380: reduce depth of sun3_scsi nested includes
authorFinn Thain <fthain@telegraphics.com.au>
Tue, 18 Mar 2014 00:42:23 +0000 (11:42 +1100)
committerChristoph Hellwig <hch@lst.de>
Wed, 28 May 2014 10:11:33 +0000 (12:11 +0200)
commit9f6620a318e87d73f8ce3daa7f84efc739d1fa2d
tree066aec1daa60668df713f0f489f13799d2658457
parenta469dc2765dca3c07ae356b21e0cd95178249251
scsi/NCR5380: reduce depth of sun3_scsi nested includes

Move the #include "NCR5380.h" out of the sun3_scsi.h header file and into
the driver .c files, like all the other NCR5380 drivers in the tree.

This improves uniformity and reduces the depth of nested includes. The
sequence of #include's, #define's and #if's no longer does my head in.

Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
Acked-by: Sam Creasey <sammy@sammy.net>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/sun3_scsi.c
drivers/scsi/sun3_scsi.h
drivers/scsi/sun3_scsi_vme.c
This page took 0.024472 seconds and 5 git commands to generate.