diff options
| author | Jaswinder Singh Rajput <[jaswinder@kernel.org]> | 2009-08-11 17:52:11 -0400 |
|---|---|---|
| committer | Fenghua Yu <fenghua.yu@intel.com> | 2009-08-11 17:52:11 -0400 |
| commit | b5a8879347bbe68bd24c8870503bf6a0362da26b (patch) | |
| tree | fb89816655d8a92e6701724943760fca3d3dde41 | |
| parent | cfa5f809e399c699974ba6018eefa022bbc2e16e (diff) | |
IA64: includecheck fix: ia64, pgtable.h
fix the following 'make includecheck' warning:
arch/ia64/include/asm/pgtable.h: asm/processor.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Acked-by: Fenghua Yu <fenghua.yu@intel.com>
| -rw-r--r-- | arch/ia64/include/asm/pgtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/pgtable.h b/arch/ia64/include/asm/pgtable.h index 0a9cc73d35c7..8840a690d1e7 100644 --- a/arch/ia64/include/asm/pgtable.h +++ b/arch/ia64/include/asm/pgtable.h | |||
| @@ -155,7 +155,6 @@ | |||
| 155 | #include <linux/bitops.h> | 155 | #include <linux/bitops.h> |
| 156 | #include <asm/cacheflush.h> | 156 | #include <asm/cacheflush.h> |
| 157 | #include <asm/mmu_context.h> | 157 | #include <asm/mmu_context.h> |
| 158 | #include <asm/processor.h> | ||
| 159 | 158 | ||
| 160 | /* | 159 | /* |
| 161 | * Next come the mappings that determine how mmap() protection bits | 160 | * Next come the mappings that determine how mmap() protection bits |
