m68knommu: fix gpio warnings for ColdFire 520x targets
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Mar 2011 22:59:35 +0000 (08:59 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:56 +0000 (21:01 +1000)
commit9516de490ee2131020153df19d0588b65d938ccb
tree1d56eb599c80d0cbc4dd43faa6a6c14d3aad8737
parentd5365ca5aa65a4988a8c713f0f902f367ae7cdb3
m68knommu: fix gpio warnings for ColdFire 520x targets

Fix these compiler warnings:

rch/m68knommu/platform/520x/gpio.c:35:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/520x/gpio.c:36:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/520x/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/520x/gpio.c:51:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/520x/gpio.c:52:3: warning: initialisation makes pointer from integer without a cast
...

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68knommu/platform/520x/gpio.c