diff options
author | Vegard Nossum <vegard.nossum@gmail.com> | 2008-06-06 07:46:41 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-06-06 20:29:12 +0200 |
commit | 3b2d38b48b5abb6921ac6ad2d080ce82887cdbc7 (patch) | |
tree | e8b41747f4cf8dbc6c326f541e1d830f646bb81e /include/asm-h8300/cacheflush.h | |
parent | atmel_serial: filter out FP during baud rate detection (diff) | |
download | linux-3b2d38b48b5abb6921ac6ad2d080ce82887cdbc7.tar.xz linux-3b2d38b48b5abb6921ac6ad2d080ce82887cdbc7.zip |
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>
Diffstat (limited to '')
-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 71210d141b64..5ffdca217b95 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 |