Commit 38a6445c authored by Wei Li's avatar Wei Li Committed by Thomas Bogendoerfer

MIPS: Correct the header guard of r4k-timer.h

Rename the header guard of r4k-timer.h from __ASM_R4K_TYPES_H to
__ASM_R4K_TIMER_H what corresponding with the file name.
Signed-off-by: default avatarWei Li <liwei391@huawei.com>
Signed-off-by: default avatarThomas Bogendoerfer <tsbogend@alpha.franken.de>
parent 601637e4
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
* *
* Copyright (C) 2008 by Ralf Baechle (ralf@linux-mips.org) * Copyright (C) 2008 by Ralf Baechle (ralf@linux-mips.org)
*/ */
#ifndef __ASM_R4K_TYPES_H #ifndef __ASM_R4K_TIMER_H
#define __ASM_R4K_TYPES_H #define __ASM_R4K_TIMER_H
#include <linux/compiler.h> #include <linux/compiler.h>
...@@ -27,4 +27,4 @@ static inline void synchronise_count_slave(int cpu) ...@@ -27,4 +27,4 @@ static inline void synchronise_count_slave(int cpu)
#endif #endif
#endif /* __ASM_R4K_TYPES_H */ #endif /* __ASM_R4K_TIMER_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment