mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-04-14 18:34:02 +00:00
[PATCH] horizon.c: missing __devinit
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
c3ea6729fe
commit
0a3c4bdc1b
1 changed files with 1 additions and 1 deletions
|
@ -1845,7 +1845,7 @@ static u16 __devinit read_bia (const hrz_dev * dev, u16 addr)
|
||||||
|
|
||||||
/********** initialise a card **********/
|
/********** initialise a card **********/
|
||||||
|
|
||||||
static int __init hrz_init (hrz_dev * dev) {
|
static int __devinit hrz_init (hrz_dev * dev) {
|
||||||
int onefivefive;
|
int onefivefive;
|
||||||
|
|
||||||
u16 chan;
|
u16 chan;
|
||||||
|
|
Loading…
Add table
Reference in a new issue