diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-06-06 05:46:41 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-06 18:29:12 (GMT) |
commit | 3b2d38b48b5abb6921ac6ad2d080ce82887cdbc7 (patch) | |
tree | e8b41747f4cf8dbc6c326f541e1d830f646bb81e | |
parent | 9c81c5c95c00c35a328e1757ca45a66647105f6c (diff) | |
download | linux-3b2d38b48b5abb6921ac6ad2d080ce82887cdbc7.tar.xz |
h8300: fix typo in header guard
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | include/asm-h8300/cacheflush.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-h8300/cacheflush.h b/include/asm-h8300/cacheflush.h index 71210d1..5ffdca2 100644 --- a/include/asm-h8300/cacheflush.h +++ b/include/asm-h8300/cacheflush.h @@ -3,7 +3,7 @@ */ #ifndef _ASM_H8300_CACHEFLUSH_H -#define _AMS_H8300_CACHEFLUSH_H +#define _ASM_H8300_CACHEFLUSH_H /* * Cache handling functions |