summaryrefslogtreecommitdiff
path: root/arch/microblaze/include/asm/topology.h
diff options
context:
space:
mode:
authorGrant Likely <grant.likely@secretlab.ca>2010-07-23 20:11:18 -0600
committerGrant Likely <grant.likely@secretlab.ca>2010-07-30 00:03:58 -0600
commit559e2b7ee7a1c7753d534abcb2742a4775339293 (patch)
tree28948fea73fcd9706d893f0f11c77861ed9ddca2 /arch/microblaze/include/asm/topology.h
parentc6601225380088018ae93df2ba7f0bb65334d63b (diff)
of: Provide default of_node_to_nid() implementation.
of_node_to_nid() is only relevant in a few architectures. Don't force everyone to implement it anyway. Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/microblaze/include/asm/topology.h')
-rw-r--r--arch/microblaze/include/asm/topology.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/microblaze/include/asm/topology.h b/arch/microblaze/include/asm/topology.h
index 96bcea5a9920..5428f333a02c 100644
--- a/arch/microblaze/include/asm/topology.h
+++ b/arch/microblaze/include/asm/topology.h
@@ -1,11 +1 @@
#include <asm-generic/topology.h>
-
-#ifndef _ASM_MICROBLAZE_TOPOLOGY_H
-#define _ASM_MICROBLAZE_TOPOLOGY_H
-
-struct device_node;
-static inline int of_node_to_nid(struct device_node *device)
-{
- return 0;
-}
-#endif /* _ASM_MICROBLAZE_TOPOLOGY_H */