staging: sm750fb: remove unused variables

removed some variables which were only declared but were never used.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sudip Mukherjee 2015-03-10 22:46:53 +05:30 коммит произвёл Greg Kroah-Hartman
Родитель 4933b29bd4
Коммит 041d3a42e7
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -99,7 +99,6 @@ void hw_cursor_setData(struct lynx_cursor * cursor,
u8 color,mask,opr; u8 color,mask,opr;
u16 data; u16 data;
u16 * pbuffer,*pstart; u16 * pbuffer,*pstart;
static ulong odd = 0;
/* in byte*/ /* in byte*/
pitch = cursor->w >> 3; pitch = cursor->w >> 3;
@ -188,7 +187,7 @@ void hw_cursor_setData2(struct lynx_cursor * cursor,
u16 rop,const u8* pcol,const u8* pmsk) u16 rop,const u8* pcol,const u8* pmsk)
{ {
int i,j,count,pitch,offset; int i,j,count,pitch,offset;
u8 color,mask,opr; u8 color, mask;
u16 data; u16 data;
u16 * pbuffer,*pstart; u16 * pbuffer,*pstart;