diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-12-21 10:54:26 +0100 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-12-21 10:54:26 +0100 |
commit | bcb73f5611c1946db768a1c219d205b3bf90f4a5 (patch) | |
tree | 8ff74d1151a701c433db4154a4de0bd5a844755d /arch/powerpc/platforms/52xx/mpc52xx_pm.c | |
parent | powerpc: Fix missing 'blr' in _tlbia() (diff) | |
download | linux-bcb73f5611c1946db768a1c219d205b3bf90f4a5.tar.xz linux-bcb73f5611c1946db768a1c219d205b3bf90f4a5.zip |
powerpc/mpc5200: Document and tidy irq driver
This patch adds documentation to the mpc5200 interrupt controller
driver and cleans up some minor coding conventions. It also moves the
contents of mpc52xx_pic.h into the driver proper (except for a small
common bit that is moved to the common mpc52xx.h) because the
information encoded there is not required by any other part of kernel
code. Finally for code readability sake, the L2_OFFSET shift value
is removed because the code using it resolves to a noop.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/52xx/mpc52xx_pm.c')
-rw-r--r-- | arch/powerpc/platforms/52xx/mpc52xx_pm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/52xx/mpc52xx_pm.c b/arch/powerpc/platforms/52xx/mpc52xx_pm.c index c72d3304387f..a55b0b6813ed 100644 --- a/arch/powerpc/platforms/52xx/mpc52xx_pm.c +++ b/arch/powerpc/platforms/52xx/mpc52xx_pm.c @@ -5,9 +5,6 @@ #include <asm/cacheflush.h> #include <asm/mpc52xx.h> -#include "mpc52xx_pic.h" - - /* these are defined in mpc52xx_sleep.S, and only used here */ extern void mpc52xx_deep_sleep(void __iomem *sram, void __iomem *sdram_regs, struct mpc52xx_cdm __iomem *, struct mpc52xx_intr __iomem*); |