• Greg Ungerer's avatar
    m68knommu: fix gpio warnings for ColdFire 527x targets · d5dca1e0
    Greg Ungerer authored
    Fix these compiler warnings:
    
    arch/m68knommu/platform/527x/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast
    arch/m68knommu/platform/527x/gpio.c:38:3: warning: initialisation makes pointer from integer without a cast
    arch/m68knommu/platform/527x/gpio.c:39:3: warning: initialisation makes pointer from integer without a cast
    arch/m68knommu/platform/527x/gpio.c:53:3: warning: initialisation makes pointer from integer without a cast
    arch/m68knommu/platform/527x/gpio.c:54:3: warning: initialisation makes pointer from integer without a cast
    arch/m68knommu/platform/527x/gpio.c:55:3: warning: initialisation makes pointer from integer without a cast
    ...
    Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
    d5dca1e0
gpio.c 18.5 KB