Commit 492bcecf authored by Mike Rapoport's avatar Mike Rapoport Committed by Greg Kroah-Hartman

staging: sm750fb: remove unused smi_indent variable

The smi_indent variable is only declared, but never used. Remove it.
Signed-off-by: default avatarMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e3a3f9f5
......@@ -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,
......
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment