From: Greg Ungerer Date: Tue, 8 Mar 2011 23:03:47 +0000 (+1000) Subject: m68knommu: fix gpio warnings for ColdFire 523x targets X-Git-Tag: v2.6.39-rc1~464^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2836827d7b47d40283424ee90aaa2f7922d4558a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed