]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
skfp: Fix SysKonnect FDDI driver compile issues
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 24 Aug 2011 08:34:35 +0000 (01:34 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 27 Aug 2011 07:58:23 +0000 (00:58 -0700)
After moving the skfp driver, issues with the #include pathing to
their locel headers was somehow exposed.  Several headers had the
incorrect path, so they were not able to be found during compile
time.

This patch fixes up the path issues to the local headers that need
to be included.

CC: "Maciej W. Rozycki" <macro@linux-mips.org>
CC: Christoph Goos <cgoos@syskonnect.de>
CC: <linux@syskonnect.de>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/fddi/skfp/h/cmtdef.h
drivers/net/fddi/skfp/h/hwmtm.h
drivers/net/fddi/skfp/h/sba.h
drivers/net/fddi/skfp/h/skfbiinc.h
drivers/net/fddi/skfp/h/smc.h
drivers/net/fddi/skfp/h/targethw.h
drivers/net/fddi/skfp/h/targetos.h

index 5a6c6122ccb0769ee6639424e81057817cdb9245..f5bc90ff2a2a1e714fbe7b9cb199417beb3d45d7 100644 (file)
@@ -477,8 +477,8 @@ struct s_plc {
 /*
  * function prototypes
  */
-#include "h/mbuf.h"    /* Type definitions for MBUFs */
-#include "h/smtstate.h"        /* struct smt_state */
+#include "mbuf.h"      /* Type definitions for MBUFs */
+#include "smtstate.h"  /* struct smt_state */
 
 void hwt_restart(struct s_smc *smc);   /* hwt.c */
 SMbuf *smt_build_frame(struct s_smc *smc, int class, int type,
index e1a7e5f683dc67a0eb91526295f9223f74f878b1..5924d4219e9e953f67ee50cdd4add750b6d42c16 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef        _HWM_
 #define        _HWM_
 
-#include "h/mbuf.h"
+#include "mbuf.h"
 
 /*
  * MACRO for DMA synchronization:
index 638cf0283bc402be20f1499aed914751c3d84591..35ddb44a112086db7ded95d8f81c0b8f65050c4d 100644 (file)
@@ -19,8 +19,8 @@
 #ifndef _SBA_
 #define _SBA_
 
-#include "h/mbuf.h"
-#include "h/sba_def.h"
+#include "mbuf.h"
+#include "sba_def.h"
 
 #ifdef SBA
 
index ac2d7192f1ca2f9be347b47b866cca515181df91..ce72557c354c075742a28b36c7a3ab80cc043c9d 100644 (file)
@@ -15,7 +15,7 @@
 #ifndef        _SKFBIINC_
 #define _SKFBIINC_
 
-#include "h/supern_2.h"
+#include "supern_2.h"
 
 /*
  * special defines for use into .asm files
index c774a95902f5e3834e59f7845ad7d69566151ae9..3ca308b282148832b534ae91f17f33991f6f6d16 100644 (file)
  *     fddi.h
  */
 #ifdef OSDEF
-#include "h/osdef1st.h"
+#include "osdef1st.h"
 #endif /* OSDEF */
 #ifdef OEM_CONCEPT
 #include "oemdef.h"
 #endif /* OEM_CONCEPT */
-#include "h/smt.h"
-#include "h/cmtdef.h"
-#include "h/fddimib.h"
-#include "h/targethw.h"                /* all target hw dependencies */
-#include "h/targetos.h"                /* all target os dependencies */
+#include "smt.h"
+#include "cmtdef.h"
+#include "fddimib.h"
+#include "targethw.h"          /* all target hw dependencies */
+#include "targetos.h"          /* all target os dependencies */
 #ifdef ESS
-#include "h/sba.h"
+#include "sba.h"
 #endif
 
 /*
index 626dc7263591326d9ad9b916fe1a9010aea2dbb3..842a690446f320768937fc34949cf2347bcef968 100644 (file)
 #define SK_ML_ID_2     0x30
 #endif
 
-#include       "h/skfbi.h"
+#include       "skfbi.h"
 #ifndef TAG_MODE       
-#include       "h/fplus.h"
+#include       "fplus.h"
 #else
-#include       "h/fplustm.h"
+#include       "fplustm.h"
 #endif
 
 #ifndef        HW_PTR
index 5d940e7b8ea029c3f29fc0276aef12a2cb855e39..53bacc107160413a9ed8548e2fc154a1c349a92c 100644 (file)
@@ -58,7 +58,7 @@
 #define        ADDR(a) (((a)>>7) ? (outp(smc->hw.iop+B0_RAP,(a)>>7), (smc->hw.iop+( ((a)&0x7F) | ((a)>>7 ? 0x80:0)) )) : (smc->hw.iop+(((a)&0x7F)|((a)>>7 ? 0x80:0))))
 #endif
 
-#include "h/hwmtm.h"
+#include "hwmtm.h"
 
 #define TRUE  1
 #define FALSE 0