projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
817f72d
)
m68knommu: Remove unnecessary prototype for kobjsize()
author
Tobias Klauser
<tklauser@distanz.ch>
Fri, 20 Jun 2014 07:29:36 +0000
(09:29 +0200)
committer
Greg Ungerer
<gerg@uclinux.org>
Fri, 20 Jun 2014 13:12:10 +0000
(23:12 +1000)
The prototype for kobjsize() is already defined in linux/mm.h which is
included where kobjsize() is used.
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/include/asm/pgtable_no.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/include/asm/pgtable_no.h
b/arch/m68k/include/asm/pgtable_no.h
index c527fc2ecf82fc8fe7df959b2be401a236b3099e..11859b86b1f956949652f579f1d05c4bd49a0988 100644
(file)
--- a/
arch/m68k/include/asm/pgtable_no.h
+++ b/
arch/m68k/include/asm/pgtable_no.h
@@
-45,11
+45,6
@@
static inline int pte_file(pte_t pte) { return 0; }
*/
#define ZERO_PAGE(vaddr) (virt_to_page(0))
-/*
- * These would be in other places but having them here reduces the diffs.
- */
-extern unsigned int kobjsize(const void *objp);
-
/*
* No page table caches to initialise.
*/