Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cascardo/linux.git] / drivers / scsi / aic7xxx / aic79xx_osm.h
index 28e4349..c58fa33 100644 (file)
@@ -379,14 +379,6 @@ void ahd_insb(struct ahd_softc * ahd, long port,
 int            ahd_linux_register_host(struct ahd_softc *,
                                        struct scsi_host_template *);
 
-/*************************** Pretty Printing **********************************/
-struct info_str {
-       char *buffer;
-       int length;
-       off_t offset;
-       int pos;
-};
-
 /******************************** Locking *************************************/
 static inline void
 ahd_lockinit(struct ahd_softc *ahd)
@@ -513,8 +505,8 @@ ahd_flush_device_writes(struct ahd_softc *ahd)
 }
 
 /**************************** Proc FS Support *********************************/
-int    ahd_linux_proc_info(struct Scsi_Host *, char *, char **,
-                           off_t, int, int);
+int    ahd_proc_write_seeprom(struct Scsi_Host *, char *, int);
+int    ahd_linux_show_info(struct seq_file *,struct Scsi_Host *);
 
 /*********************** Transaction Access Wrappers **************************/
 static inline void ahd_cmd_set_transaction_status(struct scsi_cmnd *, uint32_t);