OSDN Git Service

ASoC: rcar: mark device data as constant
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Tue, 31 Mar 2015 18:35:09 +0000 (20:35 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 1 Apr 2015 08:58:40 +0000 (09:58 +0100)
commit969b8619069f0e4da767c54481dcc10812f949a5
treed6ab51a325d4af911238dc85f50e6883caefe137
parent3b7843ff618f63d1776abd71de7eea9130987037
ASoC: rcar: mark device data as constant

A driver's device data should and can be const. This is a follow-up on
commit 33187fb4a203 (ASoC: rsnd: constify of_device_id array) which
marked the of_device_id as const.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/rcar/core.c