-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 143130 b: refs/heads/master c: c751085 h: refs/heads/master v: v3
- Loading branch information
Rafael J. Wysocki
authored and
Linus Torvalds
committed
Apr 13, 2009
1 parent
eec0b14
commit 2abe502
Showing
6 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 7b11428d37fe65643172feff66cd0a4d72d1932a | ||
refs/heads/master: c751085943362143f84346d274e0011419c84202 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#ifndef _SCSI_SCSI_SCAN_H | ||
#define _SCSI_SCSI_SCAN_H | ||
|
||
#ifdef CONFIG_SCSI | ||
/* drivers/scsi/scsi_scan.c */ | ||
extern int scsi_complete_async_scans(void); | ||
#else | ||
static inline int scsi_complete_async_scans(void) { return 0; } | ||
#endif | ||
|
||
#endif /* _SCSI_SCSI_SCAN_H */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters