Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57752
b: refs/heads/master
c: 6fe077f
h: refs/heads/master
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed May 27, 2007
1 parent d3c5690 commit 24c5904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9541d0ca2a5d713c5d8dcb635d3f41e75c90bfb
refs/heads/master: 6fe077fd381048293134fbc6011d7e4633edc0c5
4 changes: 2 additions & 2 deletions trunk/drivers/parisc/eisa.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ static void init_eisa_pic(void)

#define is_mongoose(dev) (dev->id.sversion == 0x00076)

static int __devinit eisa_probe(struct parisc_device *dev)
static int __init eisa_probe(struct parisc_device *dev)
{
int i, result;

Expand Down Expand Up @@ -387,7 +387,7 @@ static int __devinit eisa_probe(struct parisc_device *dev)
return 0;
}

static struct parisc_device_id eisa_tbl[] = {
static const struct parisc_device_id eisa_tbl[] = {
{ HPHW_BA, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00076 }, /* Mongoose */
{ HPHW_BA, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x00090 }, /* Wax EISA */
{ 0, }
Expand Down

0 comments on commit 24c5904

Please sign in to comment.