diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-07-22 15:44:20 +0200 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2019-08-26 17:53:58 +0530 |
commit | 3fca9e0be9b5b7f4ccd5f71941143d9719047a05 (patch) | |
tree | e68bac86b495f28937ce1f46a835803ad2b852af /include/video | |
parent | 9c65754cd32ffebf1f2adf4e740d2688f6fe0290 (diff) | |
download | linux-3fca9e0be9b5b7f4ccd5f71941143d9719047a05.tar.bz2 |
fbdev: da8xx: remove panel_power_ctrl() callback from platform data
There are no more users of panel_power_ctrl(). Remove it from the
driver.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/da8xx-fb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/da8xx-fb.h b/include/video/da8xx-fb.h index efed3c3383d6..1d19ae62b844 100644 --- a/include/video/da8xx-fb.h +++ b/include/video/da8xx-fb.h @@ -32,7 +32,6 @@ struct da8xx_lcdc_platform_data { const char manu_name[10]; void *controller_data; const char type[25]; - void (*panel_power_ctrl)(int); }; struct lcd_ctrl_config { |