mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 05:36:22 +00:00
Even more upstream include path conversions.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2077 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ccflags-y += -Iinclude/scst -Wno-unused-parameter
|
||||
ccflags-y += -Wno-unused-parameter
|
||||
|
||||
obj-m := scst_cdrom.o scst_changer.o scst_disk.o scst_modisk.o scst_tape.o \
|
||||
scst_vdisk.o scst_raid.o scst_processor.o scst_user.o
|
||||
|
||||
@@ -3,7 +3,11 @@
|
||||
|
||||
#include <linux/module.h>
|
||||
#include <scsi/scsi_eh.h>
|
||||
#ifdef INSIDE_KERNEL_TREE
|
||||
#include <scst/scst_debug.h>
|
||||
#else
|
||||
#include "scst_debug.h"
|
||||
#endif
|
||||
|
||||
#define SCST_DEV_UA_RETRIES 5
|
||||
#define SCST_PASSTHROUGH_RETRIES 0
|
||||
|
||||
Reference in New Issue
Block a user