From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from youngberry.canonical.com (youngberry.canonical.com [91.189.89.112]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 7EFDE1A01A3 for ; Mon, 8 Feb 2016 04:39:13 +1100 (AEDT) From: Luis Henriques To: Geoff Levand , Benjamin Herrenschmidt , Paul Mackerras , Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/4] powerpc/ps3: gelic_udbg: drop local versions of network data structs Date: Sun, 7 Feb 2016 17:38:46 +0000 Message-Id: <1454866730-10481-1-git-send-email-luis.henriques@canonical.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Several network-related data structures are defined in gelic_udbg. These could be easily dropped and the standard ones defined in network headers could be used instead. The 4 patches that follow replace ethernet, vlan, ip and udp structures in gelic_udbg. Note that this has been compile-tested only. Luis Henriques (4): powerpc/ps3: gelic_udbg: use struct ethhdr from powerpc/ps3: gelic_udbg: use struct vlan_hdr from powerpc/ps3: gelic_udbg: use struct iphdr from powerpc/ps3: gelic_udbg: use struct udphdr from arch/powerpc/platforms/ps3/gelic_udbg.c | 71 +++++++++++---------------------- 1 file changed, 23 insertions(+), 48 deletions(-)