[POWERPC] spu_base: remove cleanup_spu_base
authorChristoph Hellwig <hch@lst.de>
Mon, 23 Apr 2007 19:08:28 +0000 (21:08 +0200)
committerArnd Bergmann <arnd@klappe.arndb.de>
Mon, 23 Apr 2007 19:18:59 +0000 (21:18 +0200)
commitbefdc746ee027d686a06be29cb1391f9d2c45cf6
treecb9a5e2dc1318bb0c34a719cd29deca99dbf91ad
parentaa45e2569ffe963dfbbbfddfdccd12afe69b2d65
[POWERPC] spu_base: remove cleanup_spu_base

spu_base.c is always built into the kernel image, so there is no need
for a cleanup function.  And some of the things it does are in the
way for my following patches, so I'd rather get rid of it ASAP.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
arch/powerpc/platforms/cell/spu_base.c