From: Paul Mackerras Date: Mon, 12 May 2008 12:57:51 +0000 (+1000) Subject: [POWERPC] ppc: More compile fixes X-Git-Tag: v2.6.26-rc3~133^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d4b6b901c3d41beb0e1620316aee0aa234edf7f;p=pandora-kernel.git [POWERPC] ppc: More compile fixes This fixes a few more miscellaneous compile problems with ARCH=ppc. 1. Don't compile devres.c on ARCH=ppc, it doesn't have ioremap_flags. 2. Include in setup.c for the __DO_IRQ_CANON definition. 3. Include in residual.c for the definition of create_proc_read_entry. 4. Fix xchg_ptr to be a static inline to eliminate a compiler warning. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed