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