fedora core 6 1.2949 + vserver 2.2.0
[linux-2.6.git] / drivers / scsi / pcmcia / nsp_debug.c
index 62e5c60..2f75fe6 100644 (file)
@@ -138,12 +138,12 @@ static void print_commandk (unsigned char *command)
        printk("\n");
 }
 
-static void show_command(Scsi_Cmnd *SCpnt)
+static void show_command(struct scsi_cmnd *SCpnt)
 {
        print_commandk(SCpnt->cmnd);
 }
 
-static void show_phase(Scsi_Cmnd *SCpnt)
+static void show_phase(struct scsi_cmnd *SCpnt)
 {
        int i = SCpnt->SCp.phase;