Commit 64a29c61 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] scsi/ppa.c cleanup and fixes (1/9)

	* ppa.c fed through Lindent, functions unused elsewhere (by now -
	  all of them) made static.
parent 1f9530ba
This diff is collapsed.
...@@ -161,14 +161,14 @@ static int ppa_out(int, char *, int); ...@@ -161,14 +161,14 @@ static int ppa_out(int, char *, int);
#define ppa_release 0 #define ppa_release 0
#endif #endif
int ppa_detect(Scsi_Host_Template *); static int ppa_detect(Scsi_Host_Template *);
const char *ppa_info(struct Scsi_Host *); const char *ppa_info(struct Scsi_Host *);
int ppa_command(Scsi_Cmnd *); int ppa_command(Scsi_Cmnd *);
int ppa_queuecommand(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *)); static int ppa_queuecommand(Scsi_Cmnd *, void (*done) (Scsi_Cmnd *));
int ppa_abort(Scsi_Cmnd *); static int ppa_abort(Scsi_Cmnd *);
int ppa_reset(Scsi_Cmnd *); static int ppa_reset(Scsi_Cmnd *);
int ppa_proc_info(struct Scsi_Host *host, char *, char **, off_t, int, int); static int ppa_proc_info(struct Scsi_Host *host, char *, char **, off_t, int, int);
int ppa_biosparam(struct scsi_device *, struct block_device *, static int ppa_biosparam(struct scsi_device *, struct block_device *,
sector_t, int *); sector_t, int *);
#endif /* _PPA_H */ #endif /* _PPA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment