diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-12-17 15:59:38 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 13:19:00 +0900 |
commit | e06712df7792165d12392bc1fdda6bf384e1313b (patch) | |
tree | 06d6087d62aa38c39671a472367bce2e99e8a16f /include/asm-sh | |
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>
Diffstat (limited to 'include/asm-sh')
-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 35ef9c30f0d..2084d037369 100644 --- a/include/asm-sh/scatterlist.h +++ b/include/asm-sh/scatterlist.h @@ -1,7 +1,6 @@ #ifndef __ASM_SH_SCATTERLIST_H #define __ASM_SH_SCATTERLIST_H -#include <asm/pgtable.h> #include <asm/types.h> struct scatterlist { |