LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] ps3: missing exports
@ 2007-02-09 16:05 Al Viro
2007-02-09 16:45 ` Geoff Levand
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-02-09 16:05 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, linuxppc-dev
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
arch/powerpc/platforms/ps3/interrupt.c | 2 ++
arch/powerpc/platforms/ps3/system-bus.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/ps3/interrupt.c b/arch/powerpc/platforms/ps3/interrupt.c
index bb17283..631c300 100644
--- a/arch/powerpc/platforms/ps3/interrupt.c
+++ b/arch/powerpc/platforms/ps3/interrupt.c
@@ -194,6 +194,7 @@ int ps3_alloc_io_irq(enum ps3_cpu_binding cpu, unsigned int interrupt_id,
return result;
}
+EXPORT_SYMBOL_GPL(ps3_alloc_io_irq);
int ps3_free_io_irq(unsigned int virq)
{
@@ -209,6 +210,7 @@ int ps3_free_io_irq(unsigned int virq)
return result;
}
+EXPORT_SYMBOL_GPL(ps3_free_io_irq);
/**
* ps3_alloc_event_irq - Allocate a virq for use with a system event.
diff --git a/arch/powerpc/platforms/ps3/system-bus.c b/arch/powerpc/platforms/ps3/system-bus.c
index bce6136..a9f7e4a 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)
dump_mmio_region(r);
return result;
}
+EXPORT_SYMBOL_GPL(ps3_mmio_region_create);
int ps3_free_mmio_region(struct ps3_mmio_region *r)
{
@@ -72,6 +73,7 @@ int ps3_free_mmio_region(struct ps3_mmio_region *r)
r->lpar_addr = 0;
return result;
}
+EXPORT_SYMBOL_GPL(ps3_free_mmio_region);
static int ps3_system_bus_match(struct device *_dev,
struct device_driver *_drv)
--
1.5.0-rc2.GIT
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ps3: missing exports
2007-02-09 16:05 [PATCH] ps3: missing exports Al Viro
@ 2007-02-09 16:45 ` Geoff Levand
0 siblings, 0 replies; 2+ messages in thread
From: Geoff Levand @ 2007-02-09 16:45 UTC (permalink / raw)
To: Al Viro; +Cc: torvalds, linuxppc-dev, linux-kernel
Al Viro wrote:
---
arch/powerpc/platforms/ps3/interrupt.c | 2 ++
arch/powerpc/platforms/ps3/system-bus.c | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-02-09 16:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-09 16:05 [PATCH] ps3: missing exports Al Viro
2007-02-09 16:45 ` Geoff Levand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).