Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363822
b: refs/heads/master
c: af56976
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Greg Kroah-Hartman committed Apr 1, 2013
1 parent cb96ec7 commit 10f3063
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 10f035a0104234ca1147c88c5850e405ebc0e92e
refs/heads/master: af56976dd21efe8e91d5175913c2b1f7be91c651
2 changes: 1 addition & 1 deletion trunk/drivers/staging/rts5139/rts51x_scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ int command_abort(struct scsi_cmnd *srb)

/* This invokes the transport reset mechanism to reset the state of the
* device */
int device_reset(struct scsi_cmnd *srb)
static int device_reset(struct scsi_cmnd *srb)
{
int result = 0;

Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/staging/rts5139/rts51x_scsi.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ int proc_info(struct Scsi_Host *host, char *buffer,
char **start, off_t offset, int length, int inout);
int queuecommand(struct Scsi_Host *, struct scsi_cmnd *);
int command_abort(struct scsi_cmnd *srb);
int device_reset(struct scsi_cmnd *srb);
int bus_reset(struct scsi_cmnd *srb);

#endif /* __RTS51X_SCSI_H */

0 comments on commit 10f3063

Please sign in to comment.