]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>
authorLuis Henriques <luis.henriques@canonical.com>
Mon, 8 Feb 2016 22:27:07 +0000 (22:27 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 1 Mar 2016 08:27:20 +0000 (19:27 +1100)
commit93daa3fe3550387924855b70e90d6cb6c12a76e3
tree9abda31d4e736e7123e4059483d97764783c3a3e
parent89173e6afc3b6c4519bc8217ffcab04ad962bfa7
powerpc/ps3: gelic_udbg: use struct udphdr from <linux/udp.h>

Instead of defining a local version of struct udphdr use the standard
definition from <linux/udp.h>.

The 'src' field is named 'source' in the <linux/udp.h> definition.

Signed-off-by: Luis Henriques <luis.henriques@canonical.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/platforms/ps3/gelic_udbg.c