HID: move samsung quirks
[linux-2.6/mini2440.git] / include / asm-parisc / sections.h
blob9d13c3507ad612f95fcc77085cc26e3a2d31192f
1 #ifndef _PARISC_SECTIONS_H
2 #define _PARISC_SECTIONS_H
4 /* nothing to see, move along */
5 #include <asm-generic/sections.h>
7 #ifdef CONFIG_64BIT
8 #undef dereference_function_descriptor
9 void *dereference_function_descriptor(void *);
10 #endif
12 #endif