All of lore.kernel.org
 help / color / mirror / Atom feed
From: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>
To: Sascha Hauer <s.hauer@pengutronix.de>,
	 BAREBOX <barebox@lists.infradead.org>
Cc: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>
Subject: [PATCH v2 1/2] include: Include <linux/math.h> to resolve implicit declaration of do_div()
Date: Fri, 18 Oct 2024 14:45:55 +0300	[thread overview]
Message-ID: <20241018-errors_fixes-v2-1-7f49d5a0087b@gmail.com> (raw)
In-Reply-To: <20241018-errors_fixes-v2-0-7f49d5a0087b@gmail.com>

I was testing barebox with randconfig, so I got a warning (treated as an error) : implicit declaration of do_div().
So <linux/math.h> needs to included.

Signed-off-by: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>
---
 include/linux/ktime.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/ktime.h b/include/linux/ktime.h
index ea368b8802..2b9a91d540 100644
--- a/include/linux/ktime.h
+++ b/include/linux/ktime.h
@@ -21,6 +21,7 @@
 #ifndef _LINUX_KTIME_H
 #define _LINUX_KTIME_H
 
+#include <linux/math.h>
 #include <linux/time.h>
 #include <clock.h>
 #include <linux/bug.h>

-- 
2.43.0


WARNING: multiple messages have this Message-ID (diff)
From: Abdelrahman Youssef via B4 Relay <devnull+abdelrahmanyossef12.gmail.com@kernel.org>
To: Sascha Hauer <s.hauer@pengutronix.de>,
	 BAREBOX <barebox@lists.infradead.org>
Cc: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>
Subject: [PATCH v2 1/2] include: Include <linux/math.h> to resolve implicit declaration of do_div()
Date: Fri, 18 Oct 2024 14:45:55 +0300	[thread overview]
Message-ID: <20241018-errors_fixes-v2-1-7f49d5a0087b@gmail.com> (raw)
In-Reply-To: <20241018-errors_fixes-v2-0-7f49d5a0087b@gmail.com>

From: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>

I was testing barebox with randconfig, so I got a warning (treated as an error) : implicit declaration of do_div().
So <linux/math.h> needs to included.

Signed-off-by: Abdelrahman Youssef <abdelrahmanyossef12@gmail.com>
---
 include/linux/ktime.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/ktime.h b/include/linux/ktime.h
index ea368b8802..2b9a91d540 100644
--- a/include/linux/ktime.h
+++ b/include/linux/ktime.h
@@ -21,6 +21,7 @@
 #ifndef _LINUX_KTIME_H
 #define _LINUX_KTIME_H
 
+#include <linux/math.h>
 #include <linux/time.h>
 #include <clock.h>
 #include <linux/bug.h>

-- 
2.43.0





  reply	other threads:[~2024-10-18 11:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-18 11:45 [PATCH v2 0/2] common: buffer access out-of-bounds Abdelrahman Youssef
2024-10-18 11:45 ` Abdelrahman Youssef via B4 Relay
2024-10-18 11:45 ` Abdelrahman Youssef [this message]
2024-10-18 11:45   ` [PATCH v2 1/2] include: Include <linux/math.h> to resolve implicit declaration of do_div() Abdelrahman Youssef via B4 Relay
2024-10-18 12:03   ` Ahmad Fatoum
2024-10-18 11:45 ` [PATCH v2 2/2] common: buffer access out-of-bounds Abdelrahman Youssef
2024-10-18 11:45   ` Abdelrahman Youssef via B4 Relay
2024-10-18 12:06   ` Ahmad Fatoum

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=20241018-errors_fixes-v2-1-7f49d5a0087b@gmail.com \
    --to=abdelrahmanyossef12@gmail.com \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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.