repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fsl_usb2_udc: Fix oops on probe failure.
[linux-2.6/mini2440.git]
/
include
/
asm-parisc
/
sections.h
blob
9d13c3507ad612f95fcc77085cc26e3a2d31192f
1
#ifndef _PARISC_SECTIONS_H
2
#define _PARISC_SECTIONS_H
3
4
/* nothing to see, move along */
5
#include <asm-generic/sections.h>
6
7
#ifdef CONFIG_64BIT
8
#undef dereference_function_descriptor
9
void
*
dereference_function_descriptor
(
void
*);
10
#endif
11
12
#endif