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:
parent
6a9b72c2bc
commit
a605e9ce57
@ -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 */
|
||||
|
@ -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
|
||||
*/
|
||||
|
@ -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 */
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user