diff options
Diffstat (limited to 'arch/powerpc/platforms/ps3/system-bus.c')
-rw-r--r-- | arch/powerpc/platforms/ps3/system-bus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/ps3/system-bus.c b/arch/powerpc/platforms/ps3/system-bus.c index bce6136cbce7..a9f7e4a39a2a 100644 --- a/arch/powerpc/platforms/ps3/system-bus.c +++ b/arch/powerpc/platforms/ps3/system-bus.c | |||
@@ -57,6 +57,7 @@ int ps3_mmio_region_create(struct ps3_mmio_region *r) | |||
57 | dump_mmio_region(r); | 57 | dump_mmio_region(r); |
58 | return result; | 58 | return result; |
59 | } | 59 | } |
60 | EXPORT_SYMBOL_GPL(ps3_mmio_region_create); | ||
60 | 61 | ||
61 | int ps3_free_mmio_region(struct ps3_mmio_region *r) | 62 | int ps3_free_mmio_region(struct ps3_mmio_region *r) |
62 | { | 63 | { |
@@ -72,6 +73,7 @@ int ps3_free_mmio_region(struct ps3_mmio_region *r) | |||
72 | r->lpar_addr = 0; | 73 | r->lpar_addr = 0; |
73 | return result; | 74 | return result; |
74 | } | 75 | } |
76 | EXPORT_SYMBOL_GPL(ps3_free_mmio_region); | ||
75 | 77 | ||
76 | static int ps3_system_bus_match(struct device *_dev, | 78 | static int ps3_system_bus_match(struct device *_dev, |
77 | struct device_driver *_drv) | 79 | struct device_driver *_drv) |