staging: sm750fb: remove unused smi_indent variable
authorMike Rapoport <mike.rapoport@gmail.com>
Mon, 26 Oct 2015 07:05:53 +0000 (09:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 08:04:57 +0000 (17:04 +0900)
The smi_indent variable is only declared, but never used. Remove it.

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c
drivers/staging/sm750fb/sm750.h

index e046123b47928a0d930445810253b629c08fa363..3801b647ba67493fe9f4042c6ec263cb0c05ad26 100644 (file)
@@ -24,8 +24,6 @@
 
 #include "modedb.h"
 
-int smi_indent;
-
 /*
  * #ifdef __BIG_ENDIAN
  * ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf,
index 81e856e4b63f84f17b8d7e2bb50d195c5e24c362..fa06cb15d05ff542a3f83d6f76229813c241c6ed 100644 (file)
@@ -6,8 +6,6 @@
 #define FB_ACCEL_SMI 0xab
 
 #define MHZ(x) ((x) * 1000000)
-extern int smi_indent;
-
 
 struct lynx_accel {
        /* base virtual address of DPR registers */
This page took 0.025476 seconds and 5 git commands to generate.