mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: chalianis1@gmail.com
To: s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org, Chali Anis <chalianis1@gmail.com>
Subject: [PATCH] ehci-zynq: variscite: tee: fix many typos struct device.
Date: Wed, 26 Nov 2025 23:54:17 -0500	[thread overview]
Message-ID: <20251127045417.3490877-1-chalianis1@gmail.com> (raw)

From: Chali Anis <chalianis1@gmail.com>

fix struct device_d to struct device.

Signed-off-by: Chali Anis <chalianis1@gmail.com>
---
 arch/arm/boards/variscite-som-mx7/board.c | 2 +-
 drivers/usb/host/ehci-zynq.c              | 2 +-
 include/linux/tee_drv.h                   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm/boards/variscite-som-mx7/board.c b/arch/arm/boards/variscite-som-mx7/board.c
index 005228d107af..8bce4ec8616d 100644
--- a/arch/arm/boards/variscite-som-mx7/board.c
+++ b/arch/arm/boards/variscite-som-mx7/board.c
@@ -5,7 +5,7 @@
 #include <deep-probe.h>
 #include <mach/imx/bbu.h>
 
-static int var_som_mx7_probe(struct device_d *dev)
+static int var_som_mx7_probe(struct device *dev)
 {
 	imx7_bbu_internal_mmcboot_register_handler("eMMC", "/dev/mmc2", BBU_HANDLER_FLAG_DEFAULT);
 	return 0;
diff --git a/drivers/usb/host/ehci-zynq.c b/drivers/usb/host/ehci-zynq.c
index 13b551d09156..b4b0e0f89100 100644
--- a/drivers/usb/host/ehci-zynq.c
+++ b/drivers/usb/host/ehci-zynq.c
@@ -6,7 +6,7 @@
 #include <common.h>
 #include <linux/usb/ulpi.h>
 
-static int zynq_ehci_probe(struct device_d *dev)
+static int zynq_ehci_probe(struct device *dev)
 {
 	struct resource *res;
 	void __iomem *base;
diff --git a/include/linux/tee_drv.h b/include/linux/tee_drv.h
index e2c1042debce..6a8e19459f47 100644
--- a/include/linux/tee_drv.h
+++ b/include/linux/tee_drv.h
@@ -201,7 +201,7 @@ struct tee_shm {
 	struct list_head link;
 
 	int fd;
-	struct device_d dev;
+	struct device dev;
 	struct cdev cdev;
 	struct resource res;
 };



             reply	other threads:[~2025-11-27  4:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-27  4:54 chalianis1 [this message]
2025-11-27  9:23 ` Lucas Stach
2025-11-27  9:27   ` Ahmad Fatoum
2025-11-27 11:42 ` Sascha Hauer
2025-11-27 11:43 ` Sascha Hauer

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=20251127045417.3490877-1-chalianis1@gmail.com \
    --to=chalianis1@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox