[POWERPC] lparcfg: Remove useless buffer allocation
authorNathan Lynch <ntl@pobox.com>
Tue, 4 Dec 2007 16:03:49 +0000 (03:03 +1100)
committerPaul Mackerras <paulus@samba.org>
Tue, 11 Dec 2007 02:41:28 +0000 (13:41 +1100)
commit0d9dc4b473f7224cc1798c96d5dba84b69212163
tree564498ea936d65b6072424b5a9ca67fc6117ca3c
parent24f1f17579e4cf2aeeb3a2813cc7757fa30d7a09
[POWERPC] lparcfg: Remove useless buffer allocation

The 'data' member of proc_ppc64_lparcfg is unused, but the lparcfg
module's init routine allocates 4K for it.

Remove the code which allocates and frees this buffer.

Signed-off-by: Nathan Lynch <ntl@pobox.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/lparcfg.c