diff options
| author | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-05-14 09:47:30 -0400 |
|---|---|---|
| committer | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> | 2018-05-14 09:47:30 -0400 |
| commit | e7deb3c7741eaa558458696e55f57141886fcc5c (patch) | |
| tree | d10b37d0a2c75c617ffc957ffda1e87a4f7d3c14 /include/linux/platform_data | |
| parent | 9076aa994a9e3b63ed9c79f5f46ffa2b5a001249 (diff) | |
drm: shmobile: remove unused MERAM support
Since commit a521422ea4ae ("ARM: shmobile: mackerel: Remove Legacy C
board code") MERAM functionality is unused. Remove it.
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Cc: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Daniel Vetter <daniel@ffwll.ch>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/shmob_drm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/platform_data/shmob_drm.h b/include/linux/platform_data/shmob_drm.h index 7c686d335c12..ee495d707f17 100644 --- a/include/linux/platform_data/shmob_drm.h +++ b/include/linux/platform_data/shmob_drm.h | |||
| @@ -18,9 +18,6 @@ | |||
| 18 | 18 | ||
| 19 | #include <drm/drm_mode.h> | 19 | #include <drm/drm_mode.h> |
| 20 | 20 | ||
| 21 | struct sh_mobile_meram_cfg; | ||
| 22 | struct sh_mobile_meram_info; | ||
| 23 | |||
| 24 | enum shmob_drm_clk_source { | 21 | enum shmob_drm_clk_source { |
| 25 | SHMOB_DRM_CLK_BUS, | 22 | SHMOB_DRM_CLK_BUS, |
| 26 | SHMOB_DRM_CLK_PERIPHERAL, | 23 | SHMOB_DRM_CLK_PERIPHERAL, |
| @@ -93,7 +90,6 @@ struct shmob_drm_platform_data { | |||
| 93 | struct shmob_drm_interface_data iface; | 90 | struct shmob_drm_interface_data iface; |
| 94 | struct shmob_drm_panel_data panel; | 91 | struct shmob_drm_panel_data panel; |
| 95 | struct shmob_drm_backlight_data backlight; | 92 | struct shmob_drm_backlight_data backlight; |
| 96 | const struct sh_mobile_meram_cfg *meram; | ||
| 97 | }; | 93 | }; |
| 98 | 94 | ||
| 99 | #endif /* __SHMOB_DRM_H__ */ | 95 | #endif /* __SHMOB_DRM_H__ */ |
