diff options
author | Jyri Sarha <jsarha@ti.com> | 2016-01-08 05:17:50 -0500 |
---|---|---|
committer | Jyri Sarha <jsarha@ti.com> | 2016-02-25 09:39:43 -0500 |
commit | f3a99946a95b3482eabec63b9f662963d7d2e3c8 (patch) | |
tree | aa9305b705d7f988d160f1dde4a92aff0dee831b | |
parent | 947df7e3f019bba902a55485635060e5970fb9a2 (diff) |
drm/tilcdc: Remove the duplicate LCDC_INT_ENABLE_SET_REG in registers[]
Removes the duplicate LCDC_INT_ENABLE_SET_REG-entry in registers array.
Signed-off-by: Jyri Sarha <jsarha@ti.com>
Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-rw-r--r-- | drivers/gpu/drm/tilcdc/tilcdc_drv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.c index 964e1925342f..d96083d62e11 100644 --- a/drivers/gpu/drm/tilcdc/tilcdc_drv.c +++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.c | |||
@@ -439,11 +439,10 @@ static const struct { | |||
439 | /* new in revision 2: */ | 439 | /* new in revision 2: */ |
440 | REG(2, false, LCDC_RAW_STAT_REG), | 440 | REG(2, false, LCDC_RAW_STAT_REG), |
441 | REG(2, false, LCDC_MASKED_STAT_REG), | 441 | REG(2, false, LCDC_MASKED_STAT_REG), |
442 | REG(2, false, LCDC_INT_ENABLE_SET_REG), | 442 | REG(2, true, LCDC_INT_ENABLE_SET_REG), |
443 | REG(2, false, LCDC_INT_ENABLE_CLR_REG), | 443 | REG(2, false, LCDC_INT_ENABLE_CLR_REG), |
444 | REG(2, false, LCDC_END_OF_INT_IND_REG), | 444 | REG(2, false, LCDC_END_OF_INT_IND_REG), |
445 | REG(2, true, LCDC_CLK_ENABLE_REG), | 445 | REG(2, true, LCDC_CLK_ENABLE_REG), |
446 | REG(2, true, LCDC_INT_ENABLE_SET_REG), | ||
447 | #undef REG | 446 | #undef REG |
448 | }; | 447 | }; |
449 | 448 | ||