diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2008-06-12 03:42:14 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-06-26 01:49:09 -0500 |
commit | d14b3dd6190af7ce4f88be68f8df828af6d44584 (patch) | |
tree | 510889655bcdeca927bffc5a22421e6b5d942b38 /include/asm-powerpc/qe.h | |
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/asm-powerpc/qe.h')
-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 1355e726701..edee15d269e 100644 --- a/include/asm-powerpc/qe.h +++ b/include/asm-powerpc/qe.h @@ -101,7 +101,6 @@ struct qe_pio_regs { #endif }; -extern void __init qe_add_gpiochips(void); extern int par_io_init(struct device_node *np); extern int par_io_of_config(struct device_node *np); #define QE_PIO_DIR_IN 2 |