linux/arch/ppc/platforms
Paul Mackerras 0d4b6b901c [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 <asm/irq.h> in setup.c for the __DO_IRQ_CANON definition.
3. Include <linux/proc_fs.h> 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 <paulus@samba.org>
2008-05-12 22:57:51 +10:00
..
4xx ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
Makefile [PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc 2008-04-21 10:19:09 -05:00
bseip.h
ccm.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
chestnut.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
chestnut.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
cpci690.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
cpci690.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
est8260.h
ev64260.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
ev64260.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
ev64360.c [POWERPC] Remove redundant reference to non-existent CONFIG_BOOTIMG 2007-10-09 21:02:00 +10:00
ev64360.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
fads.h [PPC] Remove mpc885ads and mpc86x ads boards from arch/ppc 2008-04-21 10:19:09 -05:00
hdpu.c ppc/hdpu: remove dead IDE code 2008-04-18 00:46:28 +02:00
hdpu.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
hermes.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ip860.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
ivms8.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
katana.c i2c: the scheduled I2C RTC driver removal 2008-01-27 18:14:45 +01:00
katana.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
lantec.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
lite5200.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
lite5200.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
lopec.c ppc/lopec: remove ppc_ide_md hooks 2008-04-18 00:46:29 +02:00
lopec.h fix file specification in comments 2006-10-03 23:01:26 +02:00
lwmon.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
mbx.h [POWERPC] Spelling fixes: arch/ppc/ 2007-05-12 11:32:49 +10:00
mpc866ads_setup.c [POWERPC] CPM: Rename commproc to cpm1 and cpm2_common.c to cpm2.c 2008-01-28 08:31:05 -06:00
mvme5100.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
mvme5100.h [POWERPC] Spelling fixes: arch/ppc/ 2007-05-12 11:32:49 +10:00
pal4.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
pal4_pci.c [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
pal4_serial.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
pal4_setup.c Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
pcu_e.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
powerpmc250.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
powerpmc250.h fix file specification in comments 2006-10-03 23:01:26 +02:00
pplus.c ppc: remove ppc_ide_md 2008-04-18 00:46:32 +02:00
pplus.h [POWERPC] Spelling fixes: arch/ppc/ 2007-05-12 11:32:49 +10:00
prep_pci.c [POWERPC] arch/ppc: Remove an unnecessary pci_dev_put 2007-12-20 17:13:50 +11:00
prep_setup.c ppc: remove ppc_ide_md 2008-04-18 00:46:32 +02:00
prpmc750.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
prpmc750.h [POWERPC] Spelling fixes: arch/ppc/ 2007-05-12 11:32:49 +10:00
prpmc800.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
prpmc800.h fix file specification in comments 2006-10-03 23:01:26 +02:00
radstone_ppc7d.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc 2008-04-21 15:50:49 -07:00
radstone_ppc7d.h [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00
residual.c [POWERPC] ppc: More compile fixes 2008-05-12 22:57:51 +10:00
rpx8260.h
rpxclassic.h [POWERPC] Remove the unused HTDMSOUND driver 2007-04-30 11:02:05 +10:00
rpxlite.h [POWERPC] Remove the unused HTDMSOUND driver 2007-04-30 11:02:05 +10:00
sandpoint.c ppc/sandpoint: remove ppc_ide_md hooks 2008-04-18 00:46:30 +02:00
sandpoint.h ppc/sandpoint: remove ppc_ide_md hooks 2008-04-18 00:46:30 +02:00
sbc82xx.c proper extern for late_time_init 2008-04-29 08:06:03 -07:00
sbc82xx.h
sbs8260.h
spruce.c ppc: don't include <linux/ide.h> 2008-04-18 00:46:32 +02:00
spruce.h fix file specification in comments 2006-10-03 23:01:26 +02:00
tqm8xx.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
tqm8260.h Remove obsolete #include <linux/config.h> 2006-06-30 19:25:36 +02:00
tqm8260_setup.c [PATCH] powerpc: trivial: modify comments to refer to new location of files 2006-02-10 16:53:51 +11:00