aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/include/asm/topology.h
diff options
context:
space:
mode:
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 */