mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-30 16:13:54 +08:00
5875013900
With the current kbuild infrastructure in place no other changes are required for this to work. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
7 lines
141 B
C
7 lines
141 B
C
#ifndef __ARCH_M68KNOMMU_PERCPU__
|
|
#define __ARCH_M68KNOMMU_PERCPU__
|
|
|
|
#include <asm-generic/percpu.h>
|
|
|
|
#endif /* __ARCH_M68KNOMMU_PERCPU__ */
|