mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
e69cc92788
Move arch headers from include/asm-frv/ to arch/frv/include/asm/. Signed-off-by: David Howells <dhowells@redhat.com>
7 lines
108 B
C
7 lines
108 B
C
#ifndef __ASM_PERCPU_H
|
|
#define __ASM_PERCPU_H
|
|
|
|
#include <asm-generic/percpu.h>
|
|
|
|
#endif /* __ASM_PERCPU_H */
|