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:
Bart Van Assche
2010-09-09 15:38:31 +00:00
parent 5b33692678
commit 89b35b8b9d
2 changed files with 5 additions and 1 deletions
@@ -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
+4
View File
@@ -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