diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2006-01-03 02:18:01 -0500 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2006-01-03 02:18:01 -0500 |
commit | 97f2aab6698f3ab2552c41c1024a65ffd0763a6d (patch) | |
tree | bb6e3b2949459f54f884c710fc74d40eef00d834 /drivers/scsi/aha152x.c | |
parent | d985c1088146607532093d9eaaaf99758f6a4d21 (diff) | |
parent | 88026842b0a760145aa71d69e74fbc9ec118ca44 (diff) |
drm: merge in Linus mainline
Diffstat (limited to 'drivers/scsi/aha152x.c')
-rw-r--r-- | drivers/scsi/aha152x.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/aha152x.c b/drivers/scsi/aha152x.c index 9b7caf504a56..9df23b654cec 100644 --- a/drivers/scsi/aha152x.c +++ b/drivers/scsi/aha152x.c | |||
@@ -424,7 +424,7 @@ MODULE_DEVICE_TABLE(isapnp, id_table); | |||
424 | 424 | ||
425 | static int registered_count=0; | 425 | static int registered_count=0; |
426 | static struct Scsi_Host *aha152x_host[2]; | 426 | static struct Scsi_Host *aha152x_host[2]; |
427 | static Scsi_Host_Template aha152x_driver_template; | 427 | static struct scsi_host_template aha152x_driver_template; |
428 | 428 | ||
429 | /* | 429 | /* |
430 | * internal states of the host | 430 | * internal states of the host |
@@ -3464,7 +3464,7 @@ static int aha152x_proc_info(struct Scsi_Host *shpnt, char *buffer, char **start | |||
3464 | return thislength < length ? thislength : length; | 3464 | return thislength < length ? thislength : length; |
3465 | } | 3465 | } |
3466 | 3466 | ||
3467 | static Scsi_Host_Template aha152x_driver_template = { | 3467 | static struct scsi_host_template aha152x_driver_template = { |
3468 | .module = THIS_MODULE, | 3468 | .module = THIS_MODULE, |
3469 | .name = AHA152X_REVID, | 3469 | .name = AHA152X_REVID, |
3470 | .proc_name = "aha152x", | 3470 | .proc_name = "aha152x", |