projects
/
profile
/
common
/
platform
/
kernel
/
linux-artik7.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594fa5c
)
Blackfin: remove unnecessary prototype for kobjsize()
author
Tobias Klauser
<tklauser@distanz.ch>
Fri, 26 Oct 2012 14:31:02 +0000
(16:31 +0200)
committer
Bob Liu
<lliubbo@gmail.com>
Thu, 13 Dec 2012 05:50:57 +0000
(13:50 +0800)
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: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/include/asm/pgtable.h
patch
|
blob
|
history
diff --git
a/arch/blackfin/include/asm/pgtable.h
b/arch/blackfin/include/asm/pgtable.h
index
dcca3e6
..
b866392
100644
(file)
--- a/
arch/blackfin/include/asm/pgtable.h
+++ b/
arch/blackfin/include/asm/pgtable.h
@@
-83,8
+83,6
@@
PTE_BIT_FUNC(mkyoung, |= _PAGE_ACCESSED);
#define ZERO_PAGE(vaddr) virt_to_page(empty_zero_page)
extern char empty_zero_page[];
-extern unsigned int kobjsize(const void *objp);
-
#define swapper_pg_dir ((pgd_t *) 0)
/*
* No page table caches to initialise.