All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Mazenauer <philippe.mazenauer@outlook.de>
To: unlisted-recipients:; (no To-header on input)
Cc: Philippe Mazenauer <philippe.mazenauer@outlook.de>,
	Russell King <linux@armlinux.org.uk>,
	"moderated list:ARM PORT" <linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: [PATCH] arm: arch_timer: add missing include <asm/arch_timer.h>
Date: Tue, 21 May 2019 15:56:45 +0000	[thread overview]
Message-ID: <VI1PR07MB443278198DB7B722332BF19EFD070@VI1PR07MB4432.eurprd07.prod.outlook.com> (raw)

Include corresponing header file <asm/arch_timer.h> for function
arch_timer_arch_init().

../arch/arm/kernel/arch_timer.c:34:12: warning: no previous prototype for ‘arch_timer_arch_init’ [-Wmissing-prototypes]
 int __init arch_timer_arch_init(void)
            ^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mazenauer <philippe.mazenauer@outlook.de>
---
 arch/arm/kernel/arch_timer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/kernel/arch_timer.c b/arch/arm/kernel/arch_timer.c
index 1791f12c180b..f9e7f5b4b175 100644
--- a/arch/arm/kernel/arch_timer.c
+++ b/arch/arm/kernel/arch_timer.c
@@ -13,6 +13,7 @@
 #include <linux/errno.h>
 
 #include <asm/delay.h>
+#include <asm/arch_timer.h>
 
 #include <clocksource/arm_arch_timer.h>
 
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Philippe Mazenauer <philippe.mazenauer@outlook.de>
Cc: Philippe Mazenauer <philippe.mazenauer@outlook.de>,
	Russell King <linux@armlinux.org.uk>,
	"moderated list:ARM PORT" <linux-arm-kernel@lists.infradead.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: [PATCH] arm: arch_timer: add missing include <asm/arch_timer.h>
Date: Tue, 21 May 2019 15:56:45 +0000	[thread overview]
Message-ID: <VI1PR07MB443278198DB7B722332BF19EFD070@VI1PR07MB4432.eurprd07.prod.outlook.com> (raw)

Include corresponing header file <asm/arch_timer.h> for function
arch_timer_arch_init().

../arch/arm/kernel/arch_timer.c:34:12: warning: no previous prototype for ‘arch_timer_arch_init’ [-Wmissing-prototypes]
 int __init arch_timer_arch_init(void)
            ^~~~~~~~~~~~~~~~~~~~

Signed-off-by: Philippe Mazenauer <philippe.mazenauer@outlook.de>
---
 arch/arm/kernel/arch_timer.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/kernel/arch_timer.c b/arch/arm/kernel/arch_timer.c
index 1791f12c180b..f9e7f5b4b175 100644
--- a/arch/arm/kernel/arch_timer.c
+++ b/arch/arm/kernel/arch_timer.c
@@ -13,6 +13,7 @@
 #include <linux/errno.h>
 
 #include <asm/delay.h>
+#include <asm/arch_timer.h>
 
 #include <clocksource/arm_arch_timer.h>
 
-- 
2.17.1

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2019-05-21 15:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-21 15:56 Philippe Mazenauer [this message]
2019-05-21 15:56 ` [PATCH] arm: arch_timer: add missing include <asm/arch_timer.h> Philippe Mazenauer
2019-05-22  9:52 Philippe Mazenauer
2019-05-22  9:52 ` Philippe Mazenauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=VI1PR07MB443278198DB7B722332BF19EFD070@VI1PR07MB4432.eurprd07.prod.outlook.com \
    --to=philippe.mazenauer@outlook.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.