From 24c590451d7bc158ce7800cb5264a235db76b221 Mon Sep 17 00:00:00 2001 From: Helge Deller Date: Sun, 27 May 2007 19:57:11 +0200 Subject: [PATCH] --- yaml --- r: 57752 b: refs/heads/master c: 6fe077fd381048293134fbc6011d7e4633edc0c5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/parisc/eisa.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6142a8e73bc4..a8bc4f001907 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e9541d0ca2a5d713c5d8dcb635d3f41e75c90bfb +refs/heads/master: 6fe077fd381048293134fbc6011d7e4633edc0c5 diff --git a/trunk/drivers/parisc/eisa.c b/trunk/drivers/parisc/eisa.c index 309076b39853..771cef592542 100644 --- a/trunk/drivers/parisc/eisa.c +++ b/trunk/drivers/parisc/eisa.c @@ -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; @@ -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, }