diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-06-11 19:42:14 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-26 02:49:09 -0400 |
commit | d14b3dd6190af7ce4f88be68f8df828af6d44584 (patch) | |
tree | 510889655bcdeca927bffc5a22421e6b5d942b38 /include | |
parent | 2308c954f55eae9f165a5a59bbdb0a0c586afe5a (diff) |
powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs
It was discussed that global arch_initcall() is preferred way to probe
QE GPIOs, so let's use it.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/qe.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-powerpc/qe.h b/include/asm-powerpc/qe.h index 1355e7267013..edee15d269ea 100644 --- a/include/asm-powerpc/qe.h +++ b/include/asm-powerpc/qe.h | |||
@@ -101,7 +101,6 @@ struct qe_pio_regs { | |||
101 | #endif | 101 | #endif |
102 | }; | 102 | }; |
103 | 103 | ||
104 | extern void __init qe_add_gpiochips(void); | ||
105 | extern int par_io_init(struct device_node *np); | 104 | extern int par_io_init(struct device_node *np); |
106 | extern int par_io_of_config(struct device_node *np); | 105 | extern int par_io_of_config(struct device_node *np); |
107 | #define QE_PIO_DIR_IN 2 | 106 | #define QE_PIO_DIR_IN 2 |