diff options
author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2008-05-01 08:25:18 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2008-05-02 15:00:44 +1000 |
commit | fdedb4caea36cfc00571928a727ac87906037712 (patch) | |
tree | 30381c487ac741347501bce783dad2192cec2c6f /include/asm-powerpc/ps3.h | |
parent | 483d8876f75aa5707a646442377051f1b90db206 (diff) |
[POWERPC] PS3: Make ps3_virq_setup and ps3_virq_destroy static
The routines ps3_virq_setup() and ps3_virq_destroy() are used
in only one file, so make them static.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-powerpc/ps3.h')
-rw-r--r-- | include/asm-powerpc/ps3.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/asm-powerpc/ps3.h b/include/asm-powerpc/ps3.h index 9e8ed6824e1..81ffe3b3c1c 100644 --- a/include/asm-powerpc/ps3.h +++ b/include/asm-powerpc/ps3.h @@ -178,9 +178,6 @@ enum ps3_cpu_binding { PS3_BINDING_CPU_1 = 1, }; -int ps3_virq_setup(enum ps3_cpu_binding cpu, unsigned long outlet, - unsigned int *virq); -int ps3_virq_destroy(unsigned int virq); int ps3_irq_plug_setup(enum ps3_cpu_binding cpu, unsigned long outlet, unsigned int *virq); int ps3_irq_plug_destroy(unsigned int virq); |