Further diff minimizing.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2263 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2010-09-24 20:45:09 +00:00
parent 1b3fff1df4
commit 36bd458d57

View File

@@ -32,10 +32,16 @@
#include "scst.h"
#include "scst_debug.h"
#endif
#include "libsrpnew.h" /* <scsi/libsrp.h> */
#include <asm/iommu.h>
#ifdef __powerpc__
#if defined(INSIDE_KERNEL_TREE)
#include <scsi/libsrp.h>
#else
#include "libsrpnew.h"
#endif
#if defined(INSIDE_KERNEL_TREE) || defined(__powerpc__)
#include <asm/hvcall.h>
#endif
#include <asm/iommu.h>
#if defined(INSIDE_KERNEL_TREE) || defined(__powerpc__)
#include <asm/prom.h>
#include <asm/vio.h>
#else