ARM: davinci: fix const warnings

After VPIF was converted to enable getting subdevs from DT, the
pdata is no longer const, so remove these to avoid compiler warnings.

Signed-off-by: Kevin Hilman <khilman@baylibre.com>
[nsekhar@ti.com: minor commit message fixup]
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
This commit is contained in:
Kevin Hilman 2017-06-09 10:21:10 -07:00 committed by Sekhar Nori
parent 14ff86bc76
commit 231ce279e6
2 changed files with 4 additions and 4 deletions

View File

@ -641,7 +641,7 @@ static struct vpif_subdev_info vpif_capture_sdev_info[] = {
},
};
static const struct vpif_input dm6467_ch0_inputs[] = {
static struct vpif_input dm6467_ch0_inputs[] = {
{
.input = {
.index = 0,
@ -656,7 +656,7 @@ static const struct vpif_input dm6467_ch0_inputs[] = {
},
};
static const struct vpif_input dm6467_ch1_inputs[] = {
static struct vpif_input dm6467_ch1_inputs[] = {
{
.input = {
.index = 0,

View File

@ -33,7 +33,7 @@ static struct tvp514x_platform_data tvp5146_pdata = {
#define TVP514X_STD_ALL (V4L2_STD_NTSC | V4L2_STD_PAL)
static const struct vpif_input da850_ch0_inputs[] = {
static struct vpif_input da850_ch0_inputs[] = {
{
.input = {
.index = 0,
@ -48,7 +48,7 @@ static const struct vpif_input da850_ch0_inputs[] = {
},
};
static const struct vpif_input da850_ch1_inputs[] = {
static struct vpif_input da850_ch1_inputs[] = {
{
.input = {
.index = 0,