提交 492bcecf 编写于 作者: M Mike Rapoport 提交者: 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: NMike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 e3a3f9f5
...@@ -24,8 +24,6 @@ ...@@ -24,8 +24,6 @@
#include "modedb.h" #include "modedb.h"
int smi_indent;
/* /*
* #ifdef __BIG_ENDIAN * #ifdef __BIG_ENDIAN
* ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf, * ssize_t lynxfb_ops_write(struct fb_info *info, const char __user *buf,
......
...@@ -6,8 +6,6 @@ ...@@ -6,8 +6,6 @@
#define FB_ACCEL_SMI 0xab #define FB_ACCEL_SMI 0xab
#define MHZ(x) ((x) * 1000000) #define MHZ(x) ((x) * 1000000)
extern int smi_indent;
struct lynx_accel { struct lynx_accel {
/* base virtual address of DPR registers */ /* base virtual address of DPR registers */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册