U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Malysa <malysagreg@gmail.com>
To: u-boot@lists.denx.de
Cc: philip.molloy@analog.com, adsp-linux@analog.com,
	Greg Malysa <malysagreg@gmail.com>,
	Arturs Artamonovs <arturs.artamonovs@analog.com>,
	Ian Roberts <ian.roberts@timesys.com>,
	Jaehoon Chung <jh80.chung@samsung.com>,
	Nathan Barrett-Morrison <nathan.morrison@timesys.com>,
	Peng Fan <peng.fan@nxp.com>, Tom Rini <trini@konsulko.com>,
	Utsav Agarwal <utsav.agarwal@analog.com>,
	Vasileios Bimpikas <vasileios.bimpikas@analog.com>
Subject: [PATCH 2/2] mmc: adi_sdhci: Update headers
Date: Wed,  3 Sep 2025 19:42:02 -0400	[thread overview]
Message-ID: <20250903234205.26787-3-malysagreg@gmail.com> (raw)
In-Reply-To: <20250903234205.26787-1-malysagreg@gmail.com>

As part of the header dependency cleanup between 2025.07 and 2025.10, an
implicit route to obtain SZ_128M from linux/sizes.h was removed. This
adds an explicit reference to linux/sizes.h to fix build failures for
this driver.

Signed-off-by: Greg Malysa <malysagreg@gmail.com>
---

 drivers/mmc/adi_sdhci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/mmc/adi_sdhci.c b/drivers/mmc/adi_sdhci.c
index 65a22cefb71..f58897b5218 100644
--- a/drivers/mmc/adi_sdhci.c
+++ b/drivers/mmc/adi_sdhci.c
@@ -15,6 +15,7 @@
 #include <malloc.h>
 #include <sdhci.h>
 #include <asm/cache.h>
+#include <linux/sizes.h>
 
 /* 400KHz is max freq for card ID etc. Use that as min */
 #define EMMC_MIN_FREQ	400000
-- 
2.45.2


  parent reply	other threads:[~2025-09-03 23:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-03 23:42 [PATCH 0/2] Fix ADI driver header dependencies Greg Malysa
2025-09-03 23:42 ` [PATCH 1/2] net: dwc_eth_qos_adi: Add missing header Greg Malysa
2025-09-03 23:42 ` Greg Malysa [this message]
2025-09-04  1:57   ` [PATCH 2/2] mmc: adi_sdhci: Update headers Peng Fan
2025-09-16 22:06 ` [PATCH 0/2] Fix ADI driver header dependencies Tom Rini

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=20250903234205.26787-3-malysagreg@gmail.com \
    --to=malysagreg@gmail.com \
    --cc=adsp-linux@analog.com \
    --cc=arturs.artamonovs@analog.com \
    --cc=ian.roberts@timesys.com \
    --cc=jh80.chung@samsung.com \
    --cc=nathan.morrison@timesys.com \
    --cc=peng.fan@nxp.com \
    --cc=philip.molloy@analog.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=utsav.agarwal@analog.com \
    --cc=vasileios.bimpikas@analog.com \
    /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