[PATCH 06/15] mtd: make device_type const
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: julia.lawall@xxxxxxx, bp@xxxxxxxxx, mchehab@xxxxxxxxxx, daniel.vetter@xxxxxxxxx, jani.nikula@xxxxxxxxxxxxxxx, seanpaul@xxxxxxxxxxxx, airlied@xxxxxxxx, g.liakhovetski@xxxxxx, tomas.winkler@xxxxxxxxx, dwmw2@xxxxxxxxxxxxx, computersforpeace@xxxxxxxxx, boris.brezillon@xxxxxxxxxxxxxxxxxx, marek.vasut@xxxxxxxxx, richard@xxxxxx, cyrille.pitchen@xxxxxxxxxx, peda@xxxxxxxxxx, kishon@xxxxxx, bhelgaas@xxxxxxxxxx, thierry.reding@xxxxxxxxx, jonathanh@xxxxxxxxxx, dvhart@xxxxxxxxxxxxx, andy@xxxxxxxxxxxxx, ohad@xxxxxxxxxx, bjorn.andersson@xxxxxxxxxx, freude@xxxxxxxxxx, schwidefsky@xxxxxxxxxx, heiko.carstens@xxxxxxxxxx, jth@xxxxxxxxxx, jejb@xxxxxxxxxxxxxxxxxx, martin.petersen@xxxxxxxxxx, lduncan@xxxxxxxx, cleech@xxxxxxxxxx, johan@xxxxxxxxxx, elder@xxxxxxxxxx, gregkh@xxxxxxxxxxxxxxxxxxx, heikki.krogerus@xxxxxxxxxxxxxxx, linux-edac@xxxxxxxxxxxxxxx, linux-kernel@xxxxxxxxxxxxxxx, dri-devel@xxxxxxxxxxxxxxxxxxxxx, linux-media@xxxxxxxxxxxxxxx, linux-mtd@xxxxxxxxxxxxxxxxxxx, linux-pci@xxxxxxxxxxxxxxx, linux-tegra@xxxxxxxxxxxxxxx, platform-driver-x86@xxxxxxxxxxxxxxx, linux-remoteproc@xxxxxxxxxxxxxxx, linux-s390@xxxxxxxxxxxxxxx, fcoe-devel@xxxxxxxxxxxxx, linux-scsi@xxxxxxxxxxxxxxx, open-iscsi@xxxxxxxxxxxxxxxx, greybus-dev@xxxxxxxxxxxxxxxx, devel@xxxxxxxxxxxxxxxxxxxx, linux-usb@xxxxxxxxxxxxxxx
- Subject: [PATCH 06/15] mtd: make device_type const
- From: Bhumika Goyal <bhumirks@xxxxxxxxx>
- Date: Sat, 19 Aug 2017 13:52:17 +0530
- In-reply-to: <1503130946-2854-1-git-send-email-bhumirks@gmail.com>
- References: <1503130946-2854-1-git-send-email-bhumirks@gmail.com>
Make this const as it is only stored in the type field of a device
structure, which is const.
Done using Coccinelle.
Signed-off-by: Bhumika Goyal <bhumirks@xxxxxxxxx>
---
drivers/mtd/mtdcore.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c
index f872a99..e7ea842 100644
--- a/drivers/mtd/mtdcore.c
+++ b/drivers/mtd/mtdcore.c
@@ -340,7 +340,7 @@ static ssize_t mtd_bbtblocks_show(struct device *dev,
};
ATTRIBUTE_GROUPS(mtd);
-static struct device_type mtd_devtype = {
+static const struct device_type mtd_devtype = {
.name = "mtd",
.groups = mtd_groups,
.release = mtd_release,
--
1.9.1
_______________________________________________
greybus-dev mailing list
greybus-dev@xxxxxxxxxxxxxxxx
https://lists.linaro.org/mailman/listinfo/greybus-dev
[Index of Archives]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[IETF Sipping]
[Info Cyrus]
[ALSA User]
[Fedora Linux Users]
[Linux SCTP]
[DCCP]
[Gimp]
[Yosemite News]
[Deep Creek Hot Springs]
[Yosemite Campsites]
[ISDN Cause Codes]
[Asterisk Books]