mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
drm: shmobile: remove unused MERAM support
Since commit a521422ea4
("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>
This commit is contained in:
parent
9076aa994a
commit
e7deb3c774
8 changed files with 0 additions and 64 deletions
|
@ -18,9 +18,6 @@
|
|||
|
||||
#include <drm/drm_mode.h>
|
||||
|
||||
struct sh_mobile_meram_cfg;
|
||||
struct sh_mobile_meram_info;
|
||||
|
||||
enum shmob_drm_clk_source {
|
||||
SHMOB_DRM_CLK_BUS,
|
||||
SHMOB_DRM_CLK_PERIPHERAL,
|
||||
|
@ -93,7 +90,6 @@ struct shmob_drm_platform_data {
|
|||
struct shmob_drm_interface_data iface;
|
||||
struct shmob_drm_panel_data panel;
|
||||
struct shmob_drm_backlight_data backlight;
|
||||
const struct sh_mobile_meram_cfg *meram;
|
||||
};
|
||||
|
||||
#endif /* __SHMOB_DRM_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue