* [PATCH] arch/powerpc/kernel/sysfs.c: move NUMA exports
@ 2007-07-05 9:35 Johannes Berg
0 siblings, 0 replies; only message in thread
From: Johannes Berg @ 2007-07-05 9:35 UTC (permalink / raw)
To: Paul Mackerras; +Cc: linuxppc-dev list
With !CONFIG_NUMA, these are static inlines in the header file so don't
generate exports for them then.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
arch/powerpc/kernel/sysfs.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- wireless-dev.orig/arch/powerpc/kernel/sysfs.c 2007-07-05 11:33:33.135640003 +0200
+++ wireless-dev/arch/powerpc/kernel/sysfs.c 2007-07-05 11:34:04.125640003 +0200
@@ -442,12 +442,14 @@ int sysfs_add_device_to_node(struct sys_
return sysfs_create_link(&node->sysdev.kobj, &dev->kobj,
kobject_name(&dev->kobj));
}
+EXPORT_SYMBOL_GPL(sysfs_add_device_to_node);
void sysfs_remove_device_from_node(struct sys_device *dev, int nid)
{
struct node *node = &node_devices[nid];
sysfs_remove_link(&node->sysdev.kobj, kobject_name(&dev->kobj));
}
+EXPORT_SYMBOL_GPL(sysfs_remove_device_from_node);
#else
static void register_nodes(void)
@@ -457,9 +459,6 @@ static void register_nodes(void)
#endif
-EXPORT_SYMBOL_GPL(sysfs_add_device_to_node);
-EXPORT_SYMBOL_GPL(sysfs_remove_device_from_node);
-
/* Only valid if CPU is present. */
static ssize_t show_physical_id(struct sys_device *dev, char *buf)
{
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-05 9:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-05 9:35 [PATCH] arch/powerpc/kernel/sysfs.c: move NUMA exports Johannes Berg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox