From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: [PATCH] remove unused include in scsi_ioctl.c Date: Thu, 21 Nov 2002 00:37:25 +0100 Sender: linux-scsi-owner@vger.kernel.org Message-ID: <20021121003725.A8517@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline List-Id: linux-scsi@vger.kernel.org To: James.Bottomley@steeleye.com Cc: linux-scsi@vger.kernel.org This time I explicitly checked for the in_atomic mess.. --- 1.18/drivers/block/scsi_ioctl.c Sat Nov 2 16:58:08 2002 +++ edited/drivers/block/scsi_ioctl.c Wed Nov 20 02:20:15 2002 @@ -7,7 +7,7 @@ * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of - + * * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * @@ -16,26 +16,20 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111- * */ -#include #include #include #include -#include -#include -#include -#include #include -#include +#include #include #include #include #include +#include -#include "../scsi/scsi.h" #include #include -#include /* Command group 3 is reserved and should never be used. */ const unsigned char scsi_command_size[8] =