[ARM] pxa: fix ULPI_{DIR,NXT,STP} MFP defines
authorMike Rapoport <mike@compulab.co.il>
Mon, 6 Jul 2009 05:56:51 +0000 (08:56 +0300)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 6 Jul 2009 10:11:10 +0000 (18:11 +0800)
commit22fe84394f405c673b362d23dcc2d5d095ab5f6c
tree32f80d1e5982c1fa7466a7f7386263a2c8834b9b
parent82e8b54229fb121946151b82e8ff3c3284bd723f
[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 <mike@compulab.co.il>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-pxa/include/mach/mfp-pxa300.h