License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-2.6-block.git] / arch / parisc / include / asm / sections.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
1da177e4
LT
2#ifndef _PARISC_SECTIONS_H
3#define _PARISC_SECTIONS_H
4
5/* nothing to see, move along */
6#include <asm-generic/sections.h>
7
deac93df
JB
8#ifdef CONFIG_64BIT
9#undef dereference_function_descriptor
10void *dereference_function_descriptor(void *);
11#endif
12
1da177e4 13#endif