diff options
Diffstat (limited to 'arch/m68knommu/include/asm/local.h')
-rw-r--r-- | arch/m68knommu/include/asm/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68knommu/include/asm/local.h b/arch/m68knommu/include/asm/local.h new file mode 100644 index 00000000000..84a39c1b86f --- /dev/null +++ b/arch/m68knommu/include/asm/local.h @@ -0,0 +1,6 @@ +#ifndef __M68KNOMMU_LOCAL_H +#define __M68KNOMMU_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __M68KNOMMU_LOCAL_H */ |