diff options
author | Dongsheng.wang@freescale.com <Dongsheng.wang@freescale.com> | 2013-04-09 06:22:31 +0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-07-02 03:38:42 +0400 |
commit | 9e6f31a9dbc58f6a5661f8dc8c919441b8d3ced4 (patch) | |
tree | 9de7b330202d79bdc5a43c7d0c59c8e84164c821 /arch/powerpc/include | |
parent | 36ca09be6ff77a4e5b54b8b68ed7be7aa184250b (diff) | |
download | linux-9e6f31a9dbc58f6a5661f8dc8c919441b8d3ced4.tar.xz |
powerpc/mpic: create mpic subsystem object
Register a mpic subsystem at /sys/devices/system/
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/include')
-rw-r--r-- | arch/powerpc/include/asm/mpic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/mpic.h b/arch/powerpc/include/asm/mpic.h index ea6bf7220da9..4a1ac9fbf186 100644 --- a/arch/powerpc/include/asm/mpic.h +++ b/arch/powerpc/include/asm/mpic.h @@ -339,6 +339,8 @@ struct mpic #endif }; +extern struct bus_type mpic_subsys; + /* * MPIC flags (passed to mpic_alloc) * |