projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af22d9d
)
net/rps: Protect cpu_rmap.h from double inclusion
author
Amir Vadai
<amirv@mellanox.com>
Wed, 18 Jul 2012 22:33:50 +0000
(22:33 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 19 Jul 2012 15:34:37 +0000
(08:34 -0700)
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Acked-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/cpu_rmap.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/cpu_rmap.h
b/include/linux/cpu_rmap.h
index 473771a528c059f606a01a30939620e5c4632ea8..ac3bbb5b95029caeea6546372ad2b6f35c0b83ad 100644
(file)
--- a/
include/linux/cpu_rmap.h
+++ b/
include/linux/cpu_rmap.h
@@
-1,3
+1,6
@@
+#ifndef __LINUX_CPU_RMAP_H
+#define __LINUX_CPU_RMAP_H
+
/*
* cpu_rmap.c: CPU affinity reverse-map support
* Copyright 2011 Solarflare Communications Inc.
@@
-71,3
+74,4
@@
extern void free_irq_cpu_rmap(struct cpu_rmap *rmap);
extern int irq_cpu_rmap_add(struct cpu_rmap *rmap, int irq);
#endif
+#endif /* __LINUX_CPU_RMAP_H */