proc: mandate ->proc_lseek in "struct proc_ops"
[linux-2.6-microblaze.git] / drivers / scsi / esas2r / esas2r_main.c
index a9dd634..45ec9f1 100644 (file)
@@ -249,7 +249,6 @@ static struct scsi_host_template driver_template = {
        .cmd_per_lun                    =
                ESAS2R_DEFAULT_CMD_PER_LUN,
        .present                        = 0,
-       .unchecked_isa_dma              = 0,
        .emulated                       = 0,
        .proc_name                      = ESAS2R_DRVR_NAME,
        .change_queue_depth             = scsi_change_queue_depth,
@@ -617,6 +616,7 @@ static const struct file_operations esas2r_proc_fops = {
 };
 
 static const struct proc_ops esas2r_proc_ops = {
+       .proc_lseek             = default_llseek,
        .proc_ioctl             = esas2r_proc_ioctl,
 #ifdef CONFIG_COMPAT
        .proc_compat_ioctl      = compat_ptr_ioctl,