aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/shmobile/shmob_drm_drv.h
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-05-14 15:47:30 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2018-05-14 15:47:30 +0200
commite7deb3c7741eaa558458696e55f57141886fcc5c (patch)
treed10b37d0a2c75c617ffc957ffda1e87a4f7d3c14 /drivers/gpu/drm/shmobile/shmob_drm_drv.h
parent9076aa994a9e3b63ed9c79f5f46ffa2b5a001249 (diff)
downloadkernel_replicant_linux-e7deb3c7741eaa558458696e55f57141886fcc5c.tar.gz
kernel_replicant_linux-e7deb3c7741eaa558458696e55f57141886fcc5c.tar.bz2
kernel_replicant_linux-e7deb3c7741eaa558458696e55f57141886fcc5c.zip
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 'drivers/gpu/drm/shmobile/shmob_drm_drv.h')
-rw-r--r--drivers/gpu/drm/shmobile/shmob_drm_drv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/shmobile/shmob_drm_drv.h b/drivers/gpu/drm/shmobile/shmob_drm_drv.h
index 02ea315ba69a..088a6e55fa29 100644
--- a/drivers/gpu/drm/shmobile/shmob_drm_drv.h
+++ b/drivers/gpu/drm/shmobile/shmob_drm_drv.h
@@ -23,7 +23,6 @@
struct clk;
struct device;
struct drm_device;
-struct sh_mobile_meram_info;
struct shmob_drm_device {
struct device *dev;
@@ -31,7 +30,6 @@ struct shmob_drm_device {
void __iomem *mmio;
struct clk *clock;
- struct sh_mobile_meram_info *meram;
u32 lddckr;
u32 ldmt1r;