diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-12-17 01:59:38 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:00 -0500 |
commit | e06712df7792165d12392bc1fdda6bf384e1313b (patch) | |
tree | 06d6087d62aa38c39671a472367bce2e99e8a16f | |
parent | 830626caf8570675a15bcc9ec46fcb5bfbc71b0d (diff) |
sh: Kill off pgtable.h from scatterlist.h.
Fixes up the mmc build.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
-rw-r--r-- | include/asm-sh/scatterlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-sh/scatterlist.h b/include/asm-sh/scatterlist.h index 35ef9c30f0de..2084d0373693 100644 --- a/include/asm-sh/scatterlist.h +++ b/include/asm-sh/scatterlist.h | |||
@@ -1,7 +1,6 @@ | |||
1 | #ifndef __ASM_SH_SCATTERLIST_H | 1 | #ifndef __ASM_SH_SCATTERLIST_H |
2 | #define __ASM_SH_SCATTERLIST_H | 2 | #define __ASM_SH_SCATTERLIST_H |
3 | 3 | ||
4 | #include <asm/pgtable.h> | ||
5 | #include <asm/types.h> | 4 | #include <asm/types.h> |
6 | 5 | ||
7 | struct scatterlist { | 6 | struct scatterlist { |