diff options
author | Grant Likely | 2010-07-24 04:11:18 +0200 |
---|---|---|
committer | Grant Likely | 2010-07-30 08:03:58 +0200 |
commit | 559e2b7ee7a1c7753d534abcb2742a4775339293 (patch) | |
tree | 28948fea73fcd9706d893f0f11c77861ed9ddca2 /arch/microblaze/include | |
parent | of/device: Make of_device_make_bus_id() usable by other code. (diff) | |
download | kernel-qcow2-linux-559e2b7ee7a1c7753d534abcb2742a4775339293.tar.gz kernel-qcow2-linux-559e2b7ee7a1c7753d534abcb2742a4775339293.tar.xz kernel-qcow2-linux-559e2b7ee7a1c7753d534abcb2742a4775339293.zip |
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')
-rw-r--r-- | arch/microblaze/include/asm/topology.h | 10 |
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 */ |