Blackfin: remove unnecessary prototype for kobjsize()
authorTobias Klauser <tklauser@distanz.ch>
Fri, 26 Oct 2012 14:31:02 +0000 (16:31 +0200)
committerBob 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>

No differences found