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
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
#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);
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 */