staging: sm750fb: fix mixed declarations
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Tue, 10 Mar 2015 17:16:56 +0000 (22:46 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Mar 2015 20:11:47 +0000 (21:11 +0100)
commit06a1bf813607ceb836d2b4b7c415a187253ea4ad
tree87555c4e6690b0267ed2444862e3c1ba20d4ade1
parent54a1a05fe270f87e755732a47f693de870d0ffec
staging: sm750fb: fix mixed declarations

we were getting build warning about mixed declaration. the variable
is now declared at the beginning of the block.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c
This page took 0.026997 seconds and 5 git commands to generate.