MIPS: SGI-IP30: Free some unused memory
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Sat, 23 Apr 2022 13:27:58 +0000 (15:27 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 26 Apr 2022 13:07:23 +0000 (15:07 +0200)
commitfd27234f24ae11bd6a79234d9d30033152342085
treefb2c4405c6032ebfe0e8ebbf899e8d3235e46ddd
parent33d7085682b4aa212ebfadbc21da81dfefaaac16
MIPS: SGI-IP30: Free some unused memory

platform_device_add_data() duplicates the memory it is passed. So we can
free some memory to save a few bytes that would remain unused otherwise.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/sgi-ip30/ip30-xtalk.c