diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-24 12:34:35 +0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-27 11:58:23 +0400 |
commit | aab3ac26108642eaa06efa4697dab595c7de2bbd (patch) | |
tree | 7d8bb44750e2854e89309a3bab6ecf95e356015a /drivers/net/fddi/skfp/h/skfbiinc.h | |
parent | 33f810b2036f13f1b123062a9e5c1794d400ce81 (diff) | |
download | linux-aab3ac26108642eaa06efa4697dab595c7de2bbd.tar.xz |
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>
Diffstat (limited to 'drivers/net/fddi/skfp/h/skfbiinc.h')
-rw-r--r-- | drivers/net/fddi/skfp/h/skfbiinc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fddi/skfp/h/skfbiinc.h b/drivers/net/fddi/skfp/h/skfbiinc.h index ac2d7192f1ca..ce72557c354c 100644 --- a/drivers/net/fddi/skfp/h/skfbiinc.h +++ b/drivers/net/fddi/skfp/h/skfbiinc.h @@ -15,7 +15,7 @@ #ifndef _SKFBIINC_ #define _SKFBIINC_ -#include "h/supern_2.h" +#include "supern_2.h" /* * special defines for use into .asm files |