From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Tue, 21 Feb 2023 08:09:23 +0100 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pUMmB-00DbPp-MO for lore@lore.pengutronix.de; Tue, 21 Feb 2023 08:09:23 +0100 Received: from bombadil.infradead.org ([2607:7c80:54:3::133]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pUMm9-0007e2-Vp for lore@pengutronix.de; Tue, 21 Feb 2023 08:09:22 +0100 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-Type: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=rJzk07vAd3LzURxXbJ7f4vrARhhmi5lb5urm4GWAoOA=; b=wFY+cf4Qv+5/Sls/HcLDj8kBIm jrl5pJJfAbWUe7w1ag7t9lQbSoo+XTaKtLhsbh4YawoxvnNtCDEFNxKovTOAcqsKzAwsjsZdDCrJU p5RdKzlmPHWSERRZeLgudtNQvOyAJBxH1Az98JjSDbwCARU+D8YmBRcZyDDHDpHL6nufkZiEynOVZ 2EaRH4t3VPa4pZ2dVT4qfh/5gJmtDTZCjz+nQJWU3zsvHOm7wFC7ejUvLx2oFVsd3azekGFQz5hjv s76qFrEpfJj5lw1y5DId1e2x3gJLN1Hf7/FNsAv7uuhpxdI9bNDIxPpZrDja2Cb+29B7vtMPwxFjW aAW03kqA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pUMl6-006pTP-B8; Tue, 21 Feb 2023 07:08:16 +0000 Received: from relay5-d.mail.gandi.net ([217.70.183.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pUMl0-006pOt-Ld for barebox@lists.infradead.org; Tue, 21 Feb 2023 07:08:12 +0000 Received: (Authenticated sender: ahmad@a3f.at) by mail.gandi.net (Postfix) with ESMTPSA id A82061C0006; Tue, 21 Feb 2023 07:08:02 +0000 (UTC) From: Ahmad Fatoum To: barebox@lists.infradead.org Cc: Ahmad Fatoum Date: Tue, 21 Feb 2023 08:07:58 +0100 Message-Id: <20230221070758.1130869-1-ahmad@a3f.at> X-Mailer: git-send-email 2.38.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230220_230810_993737_6C53AB5D X-CRM114-Status: GOOD ( 13.10 ) X-BeenThere: barebox@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "barebox" X-SA-Exim-Connect-IP: 2607:7c80:54:3::133 X-SA-Exim-Mail-From: barebox-bounces+lore=pengutronix.de@lists.infradead.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on metis.ext.pengutronix.de X-Spam-Level: X-Spam-Status: No, score=-5.1 required=4.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_NONE,SPF_NONE, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Subject: [PATCH] treewide: rename leftover device_d X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on metis.ext.pengutronix.de) We have some instances of device_d and driver_d still lingering in documentation and commented out code. Let's drop these as well. Signed-off-by: Ahmad Fatoum --- Documentation/devel/porting.rst | 2 +- drivers/mtd/nand/nand_omap_gpmc.c | 2 +- drivers/usb/musb/musb_core.h | 2 +- fs/cramfs/cramfs.c | 2 +- include/linux/mfd/core.h | 2 +- include/platform_data/eth-smc911x.h | 2 +- include/platform_data/serial-ns16550.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Documentation/devel/porting.rst b/Documentation/devel/porting.rst index 8af0456ab2d5..619c5e49e00f 100644 --- a/Documentation/devel/porting.rst +++ b/Documentation/devel/porting.rst @@ -258,7 +258,7 @@ tree binding, you can write a driver that matches against your board's { /* sentinel */ }, }; - static struct driver_d my_board_driver = { + static struct driver my_board_driver = { .name = "board-mine", .probe = my_board_probe, .of_compatible = my_board_of_match, diff --git a/drivers/mtd/nand/nand_omap_gpmc.c b/drivers/mtd/nand/nand_omap_gpmc.c index e8e690311148..c7252ce72a27 100644 --- a/drivers/mtd/nand/nand_omap_gpmc.c +++ b/drivers/mtd/nand/nand_omap_gpmc.c @@ -12,7 +12,7 @@ * A typical device registration is as follows: * * @code - * static struct device_d my_nand_device = { + * static struct device my_nand_device = { * .name = "gpmc_nand", * .id = some identifier you need to show.. e.g. "gpmc_nand0" * .resource[0].start = GPMC base address diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index a0467ff3c465..c9a0a8eed662 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drivers/usb/musb/musb_core.h @@ -324,7 +324,7 @@ struct musb { u16 int_rx; u16 int_tx; - //struct device_d *phydev; + //struct device *phydev; struct usb_host host; struct usb_phy *xceiv; diff --git a/fs/cramfs/cramfs.c b/fs/cramfs/cramfs.c index 4676af8a5515..2d1070f1a7e2 100644 --- a/fs/cramfs/cramfs.c +++ b/fs/cramfs/cramfs.c @@ -168,7 +168,7 @@ static int cramfs_read(struct device *_dev, FILE *f, void *buf, size_t size) } #if 0 -static int cramfs_info (struct device_d *dev) +static int cramfs_info (struct device *dev) { if (cramfs_read_super (dev)) return 0; diff --git a/include/linux/mfd/core.h b/include/linux/mfd/core.h index 5175bbe3709a..18ff16a64231 100644 --- a/include/linux/mfd/core.h +++ b/include/linux/mfd/core.h @@ -12,7 +12,7 @@ struct device; /* * This struct describes the MFD part ("cell"). * After registration the copy of this structure will become the platform data - * of the resulting device_d + * of the resulting device */ struct mfd_cell { const char *name; diff --git a/include/platform_data/eth-smc911x.h b/include/platform_data/eth-smc911x.h index c97a2967c90e..77b4f44633d1 100644 --- a/include/platform_data/eth-smc911x.h +++ b/include/platform_data/eth-smc911x.h @@ -9,7 +9,7 @@ /** * @brief Platform dependent feature: - * Pass pointer to this structure as part of device_d -> platform_data + * Pass pointer to this structure as part of device -> platform_data */ struct smc911x_plat { u32 shift; diff --git a/include/platform_data/serial-ns16550.h b/include/platform_data/serial-ns16550.h index ccf950b077a3..11a5e9c7a3ea 100644 --- a/include/platform_data/serial-ns16550.h +++ b/include/platform_data/serial-ns16550.h @@ -28,7 +28,7 @@ /** * @brief Platform dependent feature: - * Pass pointer to this structure as part of device_d -> platform_data + * Pass pointer to this structure as part of device -> platform_data */ struct NS16550_plat { /** Clock speed */ -- 2.38.3