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:
013fb33
)
cleanup asm/scatterlist.h includes
author
Adrian Bunk
<bunk@kernel.org>
Tue, 30 Oct 2007 09:35:04 +0000
(10:35 +0100)
committer
Jens Axboe
<axboe@carl.home.kernel.dk>
Fri, 2 Nov 2007 07:47:06 +0000
(08:47 +0100)
Not architecture specific code should not #include <asm/scatterlist.h>.
This patch therefore either replaces them with
#include <linux/scatterlist.h> or simply removes them if they were
unused.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found