]> 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)
commit2d5bf924f1af1e0d54e2849f65f93ee7283b5685
tree9abda31d4e736e7123e4059483d97764783c3a3e
parent1964f82878233890a6297e54df68bb7a26936825
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