patch-2.4.20 linux-2.4.20/drivers/scsi/esp.c
Next file: linux-2.4.20/drivers/scsi/esp.h
Previous file: linux-2.4.20/drivers/scsi/eata.h
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Thu Nov 28 15:53:14 2002
-  Orig file: 
linux-2.4.19/drivers/scsi/esp.c
-  Orig date: 
Sun Feb 18 19:49:55 2001
diff -urN linux-2.4.19/drivers/scsi/esp.c linux-2.4.20/drivers/scsi/esp.c
@@ -378,7 +378,7 @@
 #endif
 
 #ifdef DEBUG_ESP_CMDS
-extern inline void esp_cmd(struct esp *esp, u8 cmd)
+static inline void esp_cmd(struct esp *esp, u8 cmd)
 {
 	esp->espcmdlog[esp->espcmdent] = cmd;
 	esp->espcmdent = (esp->espcmdent + 1) & 31;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)