summaryrefslogtreecommitdiffstats
path: root/drivers/video/sh_mobile_meram.h
diff options
context:
space:
mode:
authorDamian Hobson-Garcia <dhobsong@igel.co.jp>2011-06-22 07:49:50 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2011-08-19 08:11:16 +0200
commit0aa492be88b10b7b7621101df5fbf79f9236aecb (patch)
tree3376b14844a7efd37c52ecb69143524ef0f02a8d /drivers/video/sh_mobile_meram.h
parentfbdev: sh_mobile_meram: Enable/disable MERAM along with LCDC (diff)
downloadlinux-0aa492be88b10b7b7621101df5fbf79f9236aecb.tar.xz
linux-0aa492be88b10b7b7621101df5fbf79f9236aecb.zip
fbdev: sh_mobile_meram: Move private data from .h to .c
There is no reason for sh_mobile_meram_priv to be in the .h file since it should be private to sh_mobile_meram.c Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Diffstat (limited to 'drivers/video/sh_mobile_meram.h')
-rw-r--r--drivers/video/sh_mobile_meram.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/video/sh_mobile_meram.h b/drivers/video/sh_mobile_meram.h
index 82c54fbce8bd..1615204b14de 100644
--- a/drivers/video/sh_mobile_meram.h
+++ b/drivers/video/sh_mobile_meram.h
@@ -17,14 +17,6 @@
#define SH_MOBILE_MERAM_CACHE_OFFSET(p) ((p) >> 16)
#define SH_MOBILE_MERAM_CACHE_SIZE(p) ((p) & 0xffff)
-struct sh_mobile_meram_priv {
- void __iomem *base;
- struct mutex lock;
- unsigned long used_icb;
- int used_meram_cache_regions;
- unsigned long used_meram_cache[SH_MOBILE_MERAM_ICB_NUM];
-};
-
int sh_mobile_meram_alloc_icb(const struct sh_mobile_meram_cfg *cfg,
int xres,
int yres,