From ecb35a686eb6b397213559a1e0dcdcfb6dd4300d Mon Sep 17 00:00:00 2001 From: Greg Ungerer Date: Mon, 1 Sep 2003 03:38:26 -0700 Subject: [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. --- include/asm-m68knommu/sections.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 include/asm-m68knommu/sections.h (limited to 'include') 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 + +#endif -- cgit v1.2.3