skfp: Fix SysKonnect FDDI driver compile issues
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>
Этот коммит содержится в:
@@ -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
|
||||
|
||||
|
Ссылка в новой задаче
Block a user