• Greg Ungerer's avatar
    m68knommu: fix gpio warnings for ColdFire 523x targets · 2836827d
    Greg Ungerer authored
    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: default avatarGreg Ungerer <gerg@uclinux.org>
    2836827d
gpio.c 8.56 KB