Re: [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c

2011-01-11 Thread Stefan Roese
On Monday 10 January 2011 12:58:16 Stefan Roese wrote: > Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small > problem in the ppc4xx miiphy.c version. This patch fixes this problem. Applied to u-boot-ppc4xx. Thanks. Cheers, Stefan -- DENX Software Engineering GmbH, MD: Wolfg

Re: [U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c

2011-01-10 Thread Mike Frysinger
On Mon, Jan 10, 2011 at 6:58 AM, Stefan Roese wrote: > Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small > problem in the ppc4xx miiphy.c version. This patch fixes this problem. Acked-by: Mike Frysinger -mike ___ U-Boot mailing list U-B

[U-Boot] [PATCH] ppc4xx: Fix compilation breakage in miiphy.c

2011-01-10 Thread Stefan Roese
Patch 8ef583a0 [miiphy: convert to linux/mii.h] introduced a small problem in the ppc4xx miiphy.c version. This patch fixes this problem. Signed-off-by: Stefan Roese Cc: Mike Frysinger --- arch/powerpc/cpu/ppc4xx/miiphy.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a