Skip to content
Snippets Groups Projects
Commit 122733a1 authored by Amir Vadai's avatar Amir Vadai Committed by David S. Miller
Browse files

net/rps: Protect cpu_rmap.h from double inclusion

parent af22d9de
No related branches found
No related tags found
No related merge requests found
#ifndef __LINUX_CPU_RMAP_H
#define __LINUX_CPU_RMAP_H
/* /*
* cpu_rmap.c: CPU affinity reverse-map support * cpu_rmap.c: CPU affinity reverse-map support
* Copyright 2011 Solarflare Communications Inc. * Copyright 2011 Solarflare Communications Inc.
...@@ -71,3 +74,4 @@ extern void free_irq_cpu_rmap(struct cpu_rmap *rmap); ...@@ -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); extern int irq_cpu_rmap_add(struct cpu_rmap *rmap, int irq);
#endif #endif
#endif /* __LINUX_CPU_RMAP_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment