]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/parisc/include/asm/sections.h
Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'asoc/topic...
[mirror_ubuntu-focal-kernel.git] / arch / parisc / include / asm / sections.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _PARISC_SECTIONS_H
3 #define _PARISC_SECTIONS_H
4
5 /* nothing to see, move along */
6 #include <asm-generic/sections.h>
7
8 #ifdef CONFIG_64BIT
9 #undef dereference_function_descriptor
10 void *dereference_function_descriptor(void *);
11 #endif
12
13 #endif