projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4ac247
)
[ARM] 4531/1: remove is_in_rom() protptype
author
Greg Ungerer
<gerg@snapgear.com>
Mon, 30 Jul 2007 01:07:39 +0000
(
02:07
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sat, 4 Aug 2007 21:13:43 +0000
(22:13 +0100)
Remove unused is_in_rom() function prototype.
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/pgtable-nommu.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/pgtable-nommu.h
b/include/asm-arm/pgtable-nommu.h
index
b186bc8
..
33c83dd
100644
(file)
--- 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.