Remove opt_enc.h from files committed with r235911. enc(4) is the

'encapsulating interface' used with IPsec and has nothing to do with
storage 'enclosure' services.

MFC after:	3 days
Noticed while:	debugging why enc(4) is no longer automatically created
This commit is contained in:
Bjoern A. Zeeb 2012-07-30 03:00:58 +00:00
parent a30a935273
commit caf144a280
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238894
4 changed files with 0 additions and 7 deletions

View file

@ -56,8 +56,6 @@ __FBSDID("$FreeBSD$");
#include <cam/scsi/scsi_enc.h>
#include <cam/scsi/scsi_enc_internal.h>
#include <opt_enc.h>
MALLOC_DEFINE(M_SCSIENC, "SCSI ENC", "SCSI ENC buffers");
/* Enclosure type independent driver */

View file

@ -48,8 +48,6 @@ __FBSDID("$FreeBSD$");
#include <cam/scsi/scsi_enc_internal.h>
#include <cam/scsi/scsi_message.h>
#include <opt_enc.h>
/*
* SAF-TE Type Device Emulation
*/

View file

@ -56,8 +56,6 @@ __FBSDID("$FreeBSD$");
#include <cam/scsi/scsi_enc.h>
#include <cam/scsi/scsi_enc_internal.h>
#include <opt_enc.h>
/* SES Native Type Device Support */
/* SES Diagnostic Page Codes */

View file

@ -14,7 +14,6 @@ SRCS+= opt_scsi.h
SRCS+= opt_cd.h
SRCS+= opt_pt.h
SRCS+= opt_sa.h
SRCS+= opt_enc.h
SRCS+= device_if.h bus_if.h vnode_if.h
SRCS+= cam.c
.if exists($S/${MACHINE}/${MACHINE}/cam_machdep.c)