projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
[linux-2.6]
/
arch
/
microblaze
/
include
/
asm
/
topology.h
1
#include <asm-generic/topology.h>
2
3
#ifndef _ASM_MICROBLAZE_TOPOLOGY_H
4
#define _ASM_MICROBLAZE_TOPOLOGY_H
5
6
struct device_node;
7
static inline int of_node_to_nid(struct device_node *device)
8
{
9
return 0;
10
}
11
#endif /* _ASM_MICROBLAZE_TOPOLOGY_H */