diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-10-24 12:51:20 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-11-13 10:32:05 +0100 |
commit | f956a785a282f6b5a3e7d59937548f8b7c04d1ac (patch) | |
tree | 62813b553257c642da747b406358532b0306930f /arch/arm/mach-integrator/common.h | |
parent | bcc397de5af74ed31f35c0ca4cbd9faadb775c2e (diff) | |
download | linux-f956a785a282f6b5a3e7d59937548f8b7c04d1ac.tar.gz linux-f956a785a282f6b5a3e7d59937548f8b7c04d1ac.tar.bz2 linux-f956a785a282f6b5a3e7d59937548f8b7c04d1ac.zip |
soc: move SoC driver for the ARM Integrator
This creates a new SoC bus driver for the ARM Integrator
family core modules to register the SoC bus and provide
sysfs info for the core module. We delete the corresponding
code from the Integrator machine and select this driver to
get a clean result.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-integrator/common.h')
-rw-r--r-- | arch/arm/mach-integrator/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index 27a627aa1e8f..96c9dc56cabf 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -4,4 +4,3 @@ extern struct amba_pl010_data ap_uart_data; void integrator_init_early(void); int integrator_init(bool is_cp); void integrator_reserve(void); -void integrator_init_sysfs(struct device *parent, u32 id); |