From: Mike Rapoport Date: Mon, 6 Jul 2009 05:56:51 +0000 (+0300) Subject: [ARM] pxa: fix ULPI_{DIR,NXT,STP} MFP defines X-Git-Tag: v2.6.31-rc4~28^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fe84394f405c673b362d23dcc2d5d095ab5f6c;p=pandora-kernel.git [ARM] pxa: fix ULPI_{DIR,NXT,STP} MFP defines Attepmpt to configure ULPI pins gives the following compile error: CC arch/arm/mach-pxa/cm-x300.o arch/arm/mach-pxa/cm-x300.c:155: error: 'MFP_MFP_AF0' undeclared here (not in a function) arch/arm/mach-pxa/cm-x300.c:155: error: 'MFP_MFP_DS01X' undeclared here (not in a function) make[2]: *** [arch/arm/mach-pxa/cm-x300.o] Error 1 make[1]: *** [arch/arm/mach-pxa] Error 2 make: *** [sub-make] Error 2 Fix it. Signed-off-by: Mike Rapoport Signed-off-by: Eric Miao --- Reading git-diff-tree failed