* [PATCH] MIPS: Correct the header guard of r4k-timer.h
@ 2020-09-18 1:41 Wei Li
2020-09-18 13:55 ` Thomas Bogendoerfer
0 siblings, 1 reply; 2+ messages in thread
From: Wei Li @ 2020-09-18 1:41 UTC (permalink / raw)
To: Thomas Bogendoerfer; +Cc: linux-mips, linux-kernel, guohanjun
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: Wei Li <liwei391@huawei.com>
---
arch/mips/include/asm/r4k-timer.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/mips/include/asm/r4k-timer.h b/arch/mips/include/asm/r4k-timer.h
index afe9e0e03fe9..6e7361629348 100644
--- a/arch/mips/include/asm/r4k-timer.h
+++ b/arch/mips/include/asm/r4k-timer.h
@@ -5,8 +5,8 @@
*
* Copyright (C) 2008 by Ralf Baechle (ralf@linux-mips.org)
*/
-#ifndef __ASM_R4K_TYPES_H
-#define __ASM_R4K_TYPES_H
+#ifndef __ASM_R4K_TIMER_H
+#define __ASM_R4K_TIMER_H
#include <linux/compiler.h>
@@ -27,4 +27,4 @@ static inline void synchronise_count_slave(int cpu)
#endif
-#endif /* __ASM_R4K_TYPES_H */
+#endif /* __ASM_R4K_TIMER_H */
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] MIPS: Correct the header guard of r4k-timer.h
2020-09-18 1:41 [PATCH] MIPS: Correct the header guard of r4k-timer.h Wei Li
@ 2020-09-18 13:55 ` Thomas Bogendoerfer
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Bogendoerfer @ 2020-09-18 13:55 UTC (permalink / raw)
To: Wei Li; +Cc: linux-mips, linux-kernel, guohanjun
On Fri, Sep 18, 2020 at 09:41:11AM +0800, Wei Li wrote:
> 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: Wei Li <liwei391@huawei.com>
> ---
> arch/mips/include/asm/r4k-timer.h | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
applied to mips-next.
Thomas.
--
Crap can work. Given enough thrust pigs will fly, but it's not necessarily a
good idea. [ RFC1925, 2.3 ]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-09-18 13:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 1:41 [PATCH] MIPS: Correct the header guard of r4k-timer.h Wei Li
2020-09-18 13:55 ` Thomas Bogendoerfer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®