[PATCH 11/15] remoteproc: 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 11/15] remoteproc: make device_type const
- From: Bhumika Goyal <bhumirks@xxxxxxxxx>
- Date: Sat, 19 Aug 2017 13:52:22 +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/remoteproc/remoteproc_core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index 364ef28..48b2c5d 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
@@ -1360,7 +1360,7 @@ static void rproc_type_release(struct device *dev)
kfree(rproc);
}
-static struct device_type rproc_type = {
+static const struct device_type rproc_type = {
.name = "remoteproc",
.release = rproc_type_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]