aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/video/da8xx-fb.h
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-07-22 15:44:20 +0200
committerSekhar Nori <nsekhar@ti.com>2019-08-26 17:53:58 +0530
commit3fca9e0be9b5b7f4ccd5f71941143d9719047a05 (patch)
treee68bac86b495f28937ce1f46a835803ad2b852af /include/video/da8xx-fb.h
parentARM: davinci: da850-evm: switch to using a fixed regulator for lcdc (diff)
downloadwireguard-linux-3fca9e0be9b5b7f4ccd5f71941143d9719047a05.tar.xz
wireguard-linux-3fca9e0be9b5b7f4ccd5f71941143d9719047a05.zip
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/da8xx-fb.h')
-rw-r--r--include/video/da8xx-fb.h1
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 {