summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.h
diff options
context:
space:
mode:
authorMike Rapoport2015-10-26 08:06:00 +0100
committerGreg Kroah-Hartman2015-10-27 09:04:57 +0100
commit142de763c08e6ff1e4966b654654859ed7a5492c (patch)
tree8bfbbd01235df84659d92bf41556bc55061c9dd2 /drivers/staging/sm750fb/sm750.h
parentstaging: sm750fb: replace lynx_share with sm750_dev in lynxfb_par (diff)
downloadkernel-qcow2-linux-142de763c08e6ff1e4966b654654859ed7a5492c.tar.gz
kernel-qcow2-linux-142de763c08e6ff1e4966b654654859ed7a5492c.tar.xz
kernel-qcow2-linux-142de763c08e6ff1e4966b654654859ed7a5492c.zip
staging: sm750fb: remove hw_sm750_getVMSize function
The hw_sm750_getVMSize wraps ddk750_getVMSize without any added functionality. Call ddk750_getVMSize directly and remove hw_sm750_getVMSize. Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750.h')
-rw-r--r--drivers/staging/sm750fb/sm750.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index fde125905671..e9ddf2bec79b 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -202,7 +202,6 @@ void hw_sm750_initAccel(struct lynx_share *);
int hw_sm750_deWait(void);
int hw_sm750le_deWait(void);
-resource_size_t hw_sm750_getVMSize(struct lynx_share *);
int hw_sm750_output_setMode(struct lynxfb_output*, struct fb_var_screeninfo*,
struct fb_fix_screeninfo*);
int hw_sm750_crtc_checkMode(struct lynxfb_crtc*, struct fb_var_screeninfo*);