]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: keucr: Move the declaration of variable ErrCode in smilmain.c
authorRashika Kheria <rashika.kheria@gmail.com>
Mon, 11 Nov 2013 15:09:34 +0000 (20:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:42:37 +0000 (15:42 -0800)
This patch moves the declaration of variable ErrCode to file smilmain.c
since this is the only file which uses it. Hence, it also removes extern
declaration from the header file smil.h.

Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/keucr/smil.h
drivers/staging/keucr/smilmain.c

index fe1d5dc7d53095275bd0efc2a0d6e15ec595d6fb..420529e884c6908a9902abe2a5b35a5227acd728 100644 (file)
@@ -193,7 +193,6 @@ struct keucr_media_area {
 extern BYTE IsSSFDCCompliance;
 extern BYTE IsXDCompliance;
 
-extern DWORD   ErrCode;
 extern WORD    ReadBlock;
 extern WORD    WriteBlock;
 extern DWORD   MediaChange;
index 4e81c7adf74c45d1f129f14b96574b51ad2835d4..02f73bfcd286df122da0ad221d9c88ead58f7b76 100644 (file)
@@ -25,7 +25,7 @@ static int  Make_D_LogTable(struct us_data *);
 
 static int  MarkFail_D_PhyOneBlock(struct us_data *);
 
-DWORD ErrCode;
+static DWORD ErrCode;
 static BYTE  WorkBuf[SECTSIZE];
 static BYTE  Redundant[REDTSIZE];
 static BYTE  WorkRedund[REDTSIZE];