From: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
To: Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
loongarch@lists.linux.dev, linux-kernel@vger.kernel.org
Cc: Huacai Chen <chenhuacai@kernel.org>, WANG Xuerui <kernel@xen0n.name>
Subject: [PATCH v1 1/2] LoongArch: Add missing headers
Date: Thu, 14 Sep 2023 13:34:44 +0300 [thread overview]
Message-ID: <20230914103445.511285-1-andriy.shevchenko@linux.intel.com> (raw)
The header uses definitions from sizes.h, include it.
For __iomem we need the compiler_types.h, include it.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
arch/loongarch/include/asm/addrspace.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/loongarch/include/asm/addrspace.h b/arch/loongarch/include/asm/addrspace.h
index 5c9c03bdf915..eaf8ac098622 100644
--- a/arch/loongarch/include/asm/addrspace.h
+++ b/arch/loongarch/include/asm/addrspace.h
@@ -10,7 +10,9 @@
#ifndef _ASM_ADDRSPACE_H
#define _ASM_ADDRSPACE_H
+#include <linux/compiler_types.h>
#include <linux/const.h>
+#include <linux/sizes.h>
#include <asm/loongarch.h>
--
2.40.0.1.gaa8946217a0b
next reply other threads:[~2023-09-14 10:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-14 10:34 Andy Shevchenko [this message]
2023-09-14 10:34 ` [PATCH v1 2/2] LoongArch: Use _UL() and _ULL() Andy Shevchenko
2023-09-14 15:25 ` [PATCH v1 1/2] LoongArch: Add missing headers Huacai Chen
2023-09-14 18:52 ` Andy Shevchenko
2023-09-15 0:36 ` Huacai Chen
2023-09-16 10:24 ` Andy Shevchenko
2023-09-16 12:05 ` Huacai Chen
2023-09-18 6:49 ` Andy Shevchenko
2023-09-18 8:05 ` Huacai Chen
2023-09-18 8:23 ` Andy Shevchenko
2023-09-19 0:56 ` Guo Ren
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=20230914103445.511285-1-andriy.shevchenko@linux.intel.com \
--to=andriy.shevchenko@linux.intel.com \
--cc=chenhuacai@kernel.org \
--cc=kernel@xen0n.name \
--cc=linux-kernel@vger.kernel.org \
--cc=loongarch@lists.linux.dev \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox