License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / s390 / include / asm / sections.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _S390_SECTIONS_H
3#define _S390_SECTIONS_H
4
5#include <asm-generic/sections.h>
6
615b04b3 7extern char _eshared[], _ehead[];
162e006e 8
1da177e4 9#endif