commit | 442ca465c0e775a0808e02d4fcddeddb2fcc882c | [log] [tgz] |
---|---|---|
author | Greg Ungerer <gerg@uclinux.org> | Wed Mar 09 09:21:24 2011 +1000 |
committer | Greg Ungerer <gerg@uclinux.org> | Tue Mar 15 21:01:57 2011 +1000 |
tree | 133ecc9139ef958c929bfe1af147b08cf5b439ed | |
parent | 5d44b09610033d244cc157ac17fc7e6c6793b1d1 [diff] |
m68knommu: fix gpio warnings for ColdFire 5407 targets Fix these compiler warnings: arch/m68knommu/platform/5407/gpio.c:35:3: warning: initialisation makes pointer from integer without a cast arch/m68knommu/platform/5407/gpio.c:36:3: warning: initialisation makes pointer from integer without a cast arch/m68knommu/platform/5407/gpio.c:37:3: warning: initialisation makes pointer from integer without a cast Signed-off-by: Greg Ungerer <gerg@uclinux.org>