diff options
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.h')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.h b/drivers/scsi/aic7xxx/aic7xxx_osm.h index bca0fb83f553..bc4cca92ff04 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.h +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.h | |||
@@ -383,14 +383,6 @@ void ahc_insb(struct ahc_softc * ahc, long port, | |||
383 | int ahc_linux_register_host(struct ahc_softc *, | 383 | int ahc_linux_register_host(struct ahc_softc *, |
384 | struct scsi_host_template *); | 384 | struct scsi_host_template *); |
385 | 385 | ||
386 | /*************************** Pretty Printing **********************************/ | ||
387 | struct info_str { | ||
388 | char *buffer; | ||
389 | int length; | ||
390 | off_t offset; | ||
391 | int pos; | ||
392 | }; | ||
393 | |||
394 | /******************************** Locking *************************************/ | 386 | /******************************** Locking *************************************/ |
395 | /* Lock protecting internal data structures */ | 387 | /* Lock protecting internal data structures */ |
396 | 388 | ||
@@ -523,8 +515,8 @@ ahc_flush_device_writes(struct ahc_softc *ahc) | |||
523 | } | 515 | } |
524 | 516 | ||
525 | /**************************** Proc FS Support *********************************/ | 517 | /**************************** Proc FS Support *********************************/ |
526 | int ahc_linux_proc_info(struct Scsi_Host *, char *, char **, | 518 | int ahc_proc_write_seeprom(struct Scsi_Host *, char *, int); |
527 | off_t, int, int); | 519 | int ahc_linux_show_info(struct seq_file *, struct Scsi_Host *); |
528 | 520 | ||
529 | /*************************** Domain Validation ********************************/ | 521 | /*************************** Domain Validation ********************************/ |
530 | /*********************** Transaction Access Wrappers *************************/ | 522 | /*********************** Transaction Access Wrappers *************************/ |