git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e41d0d
)
Fix non-ISA link error in drivers/scsi/advansys.c
author
Matthew Wilcox
<matthew@wil.cx>
Sun, 16 Sep 2007 23:01:26 +0000
(17:01 -0600)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Mon, 17 Sep 2007 04:13:58 +0000
(21:13 -0700)
When CONFIG_ISA is disabled, the isa_driver support will not be compiled
in. Define stubs so that we don't get link-time errors.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found