All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: peng.fan@nxp.com
Cc: trini@konsulko.com, u-boot@lists.denx.de,
	Fabio Estevam <festevam@gmail.com>
Subject: [PATCH 2/3] imx93_evk: Remove unneeded header files
Date: Wed, 23 Jul 2025 10:45:56 -0300	[thread overview]
Message-ID: <20250723134557.1972331-2-festevam@gmail.com> (raw)
In-Reply-To: <20250723134557.1972331-1-festevam@gmail.com>

There is nothing in this file that makes use of the definitions from
sizes.h and stringify.h.

Remove them.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 include/configs/imx93_evk.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/include/configs/imx93_evk.h b/include/configs/imx93_evk.h
index 94355cf61e49..e7db0161126e 100644
--- a/include/configs/imx93_evk.h
+++ b/include/configs/imx93_evk.h
@@ -6,8 +6,6 @@
 #ifndef __IMX93_EVK_H
 #define __IMX93_EVK_H
 
-#include <linux/sizes.h>
-#include <linux/stringify.h>
 #include <asm/arch/imx-regs.h>
 
 #define CFG_SYS_UBOOT_BASE	\
-- 
2.34.1


  reply	other threads:[~2025-07-23 13:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-23 13:45 [PATCH 1/3] imx93_evk: Fix the board name in MAINTAINERS title Fabio Estevam
2025-07-23 13:45 ` Fabio Estevam [this message]
2025-07-24  3:13   ` [PATCH 2/3] imx93_evk: Remove unneeded header files Peng Fan
2025-07-23 13:45 ` [PATCH 3/3] imx93_evk: Remove PMIC and USB " Fabio Estevam
2025-07-24  3:14   ` Peng Fan
2025-07-24  3:13 ` [PATCH 1/3] imx93_evk: Fix the board name in MAINTAINERS title Peng Fan
2025-07-24 21:17 ` Fabio Estevam

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=20250723134557.1972331-2-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=peng.fan@nxp.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.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.