summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/sm750.h
diff options
context:
space:
mode:
authorMike Rapoport2015-10-23 16:55:09 +0200
committerGreg Kroah-Hartman2015-10-25 03:04:13 +0100
commit9b2941e27e364c2c3ef7731dab9c7c8564acb690 (patch)
tree0c65f8fde60e6f59ff2c209b72f53b1512836d53 /drivers/staging/sm750fb/sm750.h
parentstaging: sm750fb: remove ancient kernel support (diff)
downloadkernel-qcow2-linux-9b2941e27e364c2c3ef7731dab9c7c8564acb690.tar.gz
kernel-qcow2-linux-9b2941e27e364c2c3ef7731dab9c7c8564acb690.tar.xz
kernel-qcow2-linux-9b2941e27e364c2c3ef7731dab9c7c8564acb690.zip
staging: sm750fb: remove unused methods from lynx_share
The suspend and resume methods in lynx_share are not implemented and never set. Remove them. 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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sm750fb/sm750.h b/drivers/staging/sm750fb/sm750.h
index e74a3e15d251..c18806173410 100644
--- a/drivers/staging/sm750fb/sm750.h
+++ b/drivers/staging/sm750fb/sm750.h
@@ -62,9 +62,6 @@ struct lynx_share {
unsigned char __iomem *pvMem;
/* locks*/
spinlock_t slock;
- /* function pointers */
- void (*suspend)(struct lynx_share *);
- void (*resume)(struct lynx_share *);
};
struct lynx_cursor {