repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
arch
/
c6x
/
include
/
asm
/
megamod-pic.h
blob
a0a6d596bf9bae148c9f094174bbfde0adfe83db
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _C6X_MEGAMOD_PIC_H
3
#define _C6X_MEGAMOD_PIC_H
4
5
#ifdef __KERNEL__
6
7
extern
void
__init
megamod_pic_init
(
void
);
8
9
#endif
/* __KERNEL__ */
10
#endif
/* _C6X_MEGAMOD_PIC_H */