diff options
| author | Greg Ungerer <gerg@snapgear.com> | 2003-09-01 03:38:17 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-09-01 03:38:17 -0700 |
| commit | 6a7f06eb84c19551da99e725c1f7ec325531bcdd (patch) | |
| tree | ef14409ec5d3696d6fa0b4212a2cf01b7fcb74ab /include | |
| parent | 7eaf8cd58588a84d248e5516e133caa7a46b20b5 (diff) | |
[PATCH] create an m68knommu local.h
This patch creates a local.h for the m68knommu arhcitecture. Like
most others architectures it is just an include of the generic one.
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-m68knommu/local.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-m68knommu/local.h b/include/asm-m68knommu/local.h new file mode 100644 index 000000000000..84a39c1b86f8 --- /dev/null +++ b/include/asm-m68knommu/local.h @@ -0,0 +1,6 @@ +#ifndef __M68KNOMMU_LOCAL_H +#define __M68KNOMMU_LOCAL_H + +#include <asm-generic/local.h> + +#endif /* __M68KNOMMU_LOCAL_H */ |
