m68knommu: fix gpio warnings for ColdFire 523x targets
authorGreg Ungerer <gerg@uclinux.org>
Tue, 8 Mar 2011 23:03:47 +0000 (09:03 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 15 Mar 2011 11:01:56 +0000 (21:01 +1000)
commit2836827d7b47d40283424ee90aaa2f7922d4558a
tree6b55cf07bb23aa19547d49ef38c5624f0b008350
parent9516de490ee2131020153df19d0588b65d938ccb
m68knommu: fix gpio warnings for ColdFire 523x targets

Fix these compiler warnings:

arch/m68knommu/platform/523x/gpio.c:36:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/523x/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/523x/gpio.c:38:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/523x/gpio.c:52:3: warning: initialisation makes pointer from integer without a cast
arch/m68knommu/platform/523x/gpio.c:53:3: warning: initialisation makes pointer from integer without a cast
...

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