• G
    m68knommu: fix gpio warnings for ColdFire 520x targets · 9516de49
    Greg Ungerer 提交于
    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: NGreg Ungerer <gerg@uclinux.org>
    9516de49
gpio.c 6.3 KB