mirror of
https://github.com/eLvErDe/hwraid.git
synced 2025-09-01 06:58:52 +02:00
36 lines
1007 B
Diff
Executable File
36 lines
1007 B
Diff
Executable File
#! /bin/sh /usr/share/dpatch/dpatch-run
|
|
|
|
--- mpt-status-1.2.0.orig/mpt-status.h 2010-06-30 11:46:49.000000000 +0200
|
|
+++ mpt-status-1.2.0/mpt-status.h 2010-06-30 11:48:58.000000000 +0200
|
|
@@ -2,9 +2,6 @@
|
|
#define _MPT_STATUS_H
|
|
|
|
#include <sys/ioctl.h>
|
|
-#ifdef __linux__
|
|
-#include <linux/compiler.h>
|
|
-#endif
|
|
|
|
#ifdef SANITIZED_KERNEL_HEADERS
|
|
#include "mpt-sanitized.h"
|
|
@@ -15,13 +12,13 @@
|
|
#ifndef __kernel
|
|
#define __kernel
|
|
#endif
|
|
-#include "pci.h" // config.h and header.h from pciutils package
|
|
-#include "lsi/mpi_type.h"
|
|
-#include "lsi/mpi.h"
|
|
-#include "lsi/mpi_ioc.h"
|
|
-#include "lsi/mpi_cnfg.h"
|
|
-#include "lsi/mpi_raid.h"
|
|
-#include "mptctl.h"
|
|
+#include <pci/pci.h> // config.h and header.h from pciutils package
|
|
+#include "debian/includes/mpi_type.h"
|
|
+#include "debian/includes/mpi.h"
|
|
+#include "debian/includes/mpi_ioc.h"
|
|
+#include "debian/includes/mpi_cnfg.h"
|
|
+#include "debian/includes/mpi_raid.h"
|
|
+#include "debian/includes/mptctl.h"
|
|
//#include "mptbase.h"
|
|
#endif // SANITIZED_KERNEL_HEADERS
|
|
|