summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.h
diff options
context:
space:
mode:
authorMike Rapoport2015-10-26 08:05:59 +0100
committerGreg Kroah-Hartman2015-10-27 09:04:57 +0100
commitf11fa2a972719520680f50352787618774dc0a9c (patch)
treefa6d876a92378130fc541230d5332619e177cc3c /drivers/staging/sm750fb/sm750.h
parentstaging: sm750fb: remove unused PROC_SPEC_* typedefs (diff)
downloadkernel-qcow2-linux-f11fa2a972719520680f50352787618774dc0a9c.tar.gz
kernel-qcow2-linux-f11fa2a972719520680f50352787618774dc0a9c.tar.xz
kernel-qcow2-linux-f11fa2a972719520680f50352787618774dc0a9c.zip
staging: sm750fb: replace lynx_share with sm750_dev in lynxfb_par
Use sm750_dev instead of lynx_share in the private data of the frambuffer device. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index 248fc3ae3b93..fde125905671 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -185,7 +185,7 @@ struct lynxfb_par {
struct lynxfb_crtc crtc;
struct lynxfb_output output;
struct fb_info *info;
- struct lynx_share *share;
+ struct sm750_dev *dev;
};
static inline unsigned long ps_to_hz(unsigned int psvalue)