summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@snapgear.com>2003-09-01 03:38:26 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-09-01 03:38:26 -0700
commitecb35a686eb6b397213559a1e0dcdcfb6dd4300d (patch)
tree722eebfca0588fd35a7c5d8ff8644940f7d0ab50 /include
parent6a7f06eb84c19551da99e725c1f7ec325531bcdd (diff)
[PATCH] create an m68knommu sections.h
This patch creates a sections.h for the m68knommu architecture. Nothing special needed, just an include of the generic code.
Diffstat (limited to 'include')
-rw-r--r--include/asm-m68knommu/sections.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-m68knommu/sections.h b/include/asm-m68knommu/sections.h
new file mode 100644
index 000000000000..dd0ecb98ec08
--- /dev/null
+++ b/include/asm-m68knommu/sections.h
@@ -0,0 +1,7 @@
+#ifndef _M68KNOMMU_SECTIONS_H
+#define _M68KNOMMU_SECTIONS_H
+
+/* nothing to see, move along */
+#include <asm-generic/sections.h>
+
+#endif