diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-12-21 12:54:26 +0300 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2008-12-21 12:54:26 +0300 |
commit | bcb73f5611c1946db768a1c219d205b3bf90f4a5 (patch) | |
tree | 8ff74d1151a701c433db4154a4de0bd5a844755d /arch/powerpc/platforms/52xx/lite5200_pm.c | |
parent | a14953597b771f793ce32529d7b8b04fdedca3ef (diff) | |
download | linux-bcb73f5611c1946db768a1c219d205b3bf90f4a5.tar.xz |
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/lite5200_pm.c')
-rw-r--r-- | arch/powerpc/platforms/52xx/lite5200_pm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/52xx/lite5200_pm.c b/arch/powerpc/platforms/52xx/lite5200_pm.c index fe92e65103ed..b5c753db125e 100644 --- a/arch/powerpc/platforms/52xx/lite5200_pm.c +++ b/arch/powerpc/platforms/52xx/lite5200_pm.c @@ -3,7 +3,6 @@ #include <asm/io.h> #include <asm/time.h> #include <asm/mpc52xx.h> -#include "mpc52xx_pic.h" /* defined in lite5200_sleep.S and only used here */ extern void lite5200_low_power(void __iomem *sram, void __iomem *mbar); |