1
0
Fork 0

regulator: vexpress: Make of_device_id array const

Make of_device_id array const, because all OF functions
handle it as const.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
wifi-calibration
Jingoo Han 2014-05-07 17:09:12 +09:00 committed by Mark Brown
parent a74cf0c207
commit 1439afd8db
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ static int vexpress_regulator_remove(struct platform_device *pdev)
return 0;
}
static struct of_device_id vexpress_regulator_of_match[] = {
static const struct of_device_id vexpress_regulator_of_match[] = {
{ .compatible = "arm,vexpress-volt", },
{ }
};