mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user