Commit 89f88233 authored by James Bottomley's avatar James Bottomley Committed by James Bottomley

some ncr53c8xx decrufting

From: Christoph Hellwig <hch@lst.de>

kills lots of BSD glue and procfs mess

Acked by: Matthew Wilcox <willy@debian.org>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 9a65eb07
This diff is collapsed.
......@@ -44,8 +44,6 @@
#include <scsi/scsi_host.h>
typedef u_long vm_offset_t;
#include "sym53c8xx_defs.h"
/*
......
This diff is collapsed.
......@@ -66,19 +66,12 @@
#include <linux/config.h>
/* These options are not tunable from 'make config' */
#define SCSI_NCR_PROC_INFO_SUPPORT
/*
** If you want a driver as small as possible, donnot define the
** following options.
*/
#define SCSI_NCR_BOOT_COMMAND_LINE_SUPPORT
#define SCSI_NCR_DEBUG_INFO_SUPPORT
#ifdef SCSI_NCR_PROC_INFO_SUPPORT
# define SCSI_NCR_USER_COMMAND_SUPPORT
# define SCSI_NCR_USER_INFO_SUPPORT
#endif
/*
** To disable integrity checking, do not define the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment