summaryrefslogtreecommitdiff
path: root/arch/m68k/Kconfig.machine
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2013-03-04 05:51:45 +0400
committerGreg Ungerer <gerg@uclinux.org>2013-03-04 09:19:31 +0400
commit0371a1c5ae7d0543b3f948e47b2029987608acc2 (patch)
tree71a6fffb0ae4251a97ad3e892373d325949ac1de /arch/m68k/Kconfig.machine
parente97e9c98168b5357822ce4d8ed81fdb68aad3c30 (diff)
downloadlinux-0371a1c5ae7d0543b3f948e47b2029987608acc2.tar.xz
m68knommu: fix misnamed GPIO pin definition for ColdFire 528x CPU
Compiling for a ColdFire 528x CPU will result in: arch/m68k/platform/coldfire/m528x.c: In function ‘m528x_uarts_init’: arch/m68k/platform/coldfire/m528x.c:72: error: ‘MCF5282_GPIO_PUAPAR’ undeclared (first use in this function) arch/m68k/platform/coldfire/m528x.c:72: error: (Each undeclared identifier is reported only once arch/m68k/platform/coldfire/m528x.c:72: error: for each function it appears in.) The MCF5282_GPIO_PUAPAR definition changed names in the ColdFire definitions cleanup. It is now MCFGPIO_PUAPAR, so change it. Not sure how this one got missed, 2 lines below it is the correct use of this definition. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/Kconfig.machine')
0 files changed, 0 insertions, 0 deletions