]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit95442c64de7a6d6efe788a9820b114f6bd67fef7
tree9abda31d4e736e7123e4059483d97764783c3a3e
parent0336c8cd4d61231a6745a99f74929b2f09519d87
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