Re: Fwd: Please pull linux-2.6-mpc52xx.git
From: Olof Johansson <hidden>
Date: 2008-02-07 02:50:48
Hi, On Wed, Feb 06, 2008 at 02:34:24PM -0700, Grant Likely wrote:
John Rigby (4):
[POWERPC] mpc512x: Basic platform support
[POWERPC] mpc512x: Device tree for MPC5121 ADS
[POWERPC] mpc512x: Factor out 5200 dependencies from 52xx psc driver
[POWERPC] mpc512x: Add MPC512x PSC support to MPC52xx psc drivermpc52xx_defconfig no longer builds for me, and the two latter of the above patches are the ones that touch that file: (from powerpc.git HEAD=de0723dcca6e593a12a259798a54eb0e82628fb8, seems to include this pull): drivers/serial/mpc52xx_uart.c:137: error: 'mpc52xx_psc_ops' undeclared here (not in a function) drivers/serial/mpc52xx_uart.c:149: error: conflicting types for 'mpc52xx_uart_of _match' drivers/serial/mpc52xx_uart.c:135: error: previous definition of 'mpc52xx_uart_of_match' was here drivers/serial/mpc52xx_uart.c:153: warning: braces around scalar initializer drivers/serial/mpc52xx_uart.c:153: warning: (near initialization for 'mpc52xx_uart_of_match[0].data') drivers/serial/mpc52xx_uart.c:153: error: empty scalar initializer drivers/serial/mpc52xx_uart.c:153: error: (near initialization for 'mpc52xx_uart_of_match[0].data') drivers/serial/mpc52xx_uart.c:154: error: expected '}' before ';' token drivers/serial/mpc52xx_uart.c:157:2: error: #endif without #if -Olof