diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-06 18:31:43 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-06 18:31:43 -0700 |
commit | 4a2a4df7b6db25df8f3d5cc6dd0b096119359d92 (patch) | |
tree | 87a5985965c75a9184ad4bbec393ad2d66c54948 /include | |
parent | f27eb3afe87bd4b3fe919a6b7bf364f577ccee3b (diff) | |
parent | 6e7d934060559454f161b3cf7cc5b7a5926e71d6 (diff) | |
download | linux-3.10-4a2a4df7b6db25df8f3d5cc6dd0b096119359d92.tar.gz linux-3.10-4a2a4df7b6db25df8f3d5cc6dd0b096119359d92.tar.bz2 linux-3.10-4a2a4df7b6db25df8f3d5cc6dd0b096119359d92.zip |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
* master.kernel.org:/home/rmk/linux-2.6-arm:
[ARM] rpc: update defconfig
[ARM] pata_icside: fix the FIXMEs
[ARM] 4542/1: AT91: include atmel_lcdc.h in at91sam926{1,3}_devices.c
[ARM] 4541/1: iop: defconfig updates
[ARM] 4531/1: remove is_in_rom() protptype
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-arm/pgtable-nommu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/pgtable-nommu.h b/include/asm-arm/pgtable-nommu.h index b186bc820e3..33c83dd8796 100644 --- a/include/asm-arm/pgtable-nommu.h +++ b/include/asm-arm/pgtable-nommu.h @@ -74,7 +74,6 @@ static inline int pte_file(pte_t pte) { return 0; } * These would be in other places but having them here reduces the diffs. */ extern unsigned int kobjsize(const void *objp); -extern int is_in_rom(unsigned long); /* * No page table caches to initialise. |