[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1501307981-29745-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Sat, 29 Jul 2017 07:59:29 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-mediatek@...ts.infradead.org
Cc: bhumirks@...il.com, kernel-janitors@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Ulf Hansson <ulf.hansson@...aro.org>,
linux-mmc@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-usb@...r.kernel.org, linux-rpi-kernel@...ts.infradead.org
Subject: [PATCH 00/12] constify mmc_host_ops structures
The mmc_host_ops structure is only stored in the ops field of an
mmc_host structure, which is declared as const. Thus the mmc_host_ops
structure itself can be const.
Done with the help of Coccinelle.
---
drivers/mmc/host/bcm2835.c | 2 +-
drivers/mmc/host/davinci_mmc.c | 2 +-
drivers/mmc/host/moxart-mmc.c | 2 +-
drivers/mmc/host/mtk-sd.c | 2 +-
drivers/mmc/host/s3cmci.c | 2 +-
drivers/mmc/host/sdricoh_cs.c | 2 +-
drivers/mmc/host/sh_mmcif.c | 2 +-
drivers/mmc/host/sunxi-mmc.c | 2 +-
drivers/mmc/host/toshsd.c | 2 +-
drivers/mmc/host/usdhi6rol0.c | 2 +-
drivers/mmc/host/vub300.c | 2 +-
drivers/mmc/host/wmt-sdmmc.c | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
Powered by blists - more mailing lists