diff options
author | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:22:37 +1100 |
---|---|---|
committer | Kelly Daly <kelly@au.ibm.com> | 2005-11-02 15:22:37 +1100 |
commit | 10e8805716698596f5b6445d76bbb7ed1adb7295 (patch) | |
tree | c728459b3fdf37ed1672c4fc623283f9e5129474 /include | |
parent | b420677870e53b9b76ced91da207431f687eaed1 (diff) | |
download | linux-3.10-10e8805716698596f5b6445d76bbb7ed1adb7295.tar.gz linux-3.10-10e8805716698596f5b6445d76bbb7ed1adb7295.tar.bz2 linux-3.10-10e8805716698596f5b6445d76bbb7ed1adb7295.zip |
fix incorrect dir
Signed-off-by: Kelly Daly <kelly@au.ibm.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/iseries/mf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/iseries/mf.h b/include/asm-powerpc/iseries/mf.h index 166cd73f5c1..dc6843e72af 100644 --- a/include/asm-powerpc/iseries/mf.h +++ b/include/asm-powerpc/iseries/mf.h @@ -29,7 +29,7 @@ #include <linux/types.h> #include <asm/iseries/hv_types.h> -#include <asm/iSeries/iseries/hv_call_event.h> +#include <asm/iseries/hv_call_event.h> struct rtc_time; |