2004-03-09 21:15:49

by Adrian Bunk

[permalink] [raw]
Subject: [2.4 patch] agpgart_be.c: remove dupliacte PCI_DEVICE_ID_SI_651 entry (fwd) (fwd)

Hi Marcelo,

the trivial patch forwarded below still applies and compiles against
2.4.26-rc2.

Please apply
Adrian



----- Forwarded message from Adrian Bunk <[email protected]> -----

Date: Fri, 30 Jan 2004 20:53:20 +0100
From: Adrian Bunk <[email protected]>
To: Marcelo Tosatti <[email protected]>,
Thomas Winischhofer <[email protected]>
Cc: [email protected]
Subject: [2.4 patch] agpgart_be.c: remove dupliacte PCI_DEVICE_ID_SI_651 entry (fwd)

Hi Marcelo,

the trivial patch forwarded below still applies and compiles against
2.4.25-pre8.

Please apply
Adrian


----- Forwarded message from Adrian Bunk <[email protected]> -----

Date: Wed, 30 Jul 2003 23:39:54 +0200
From: Adrian Bunk <[email protected]>
To: Thomas Winischhofer <[email protected]>
Cc: Marcelo Tosatti <[email protected]>,
[email protected], [email protected]
Subject: [2.4 patch] agpgart_be.c: remove dupliacte PCI_DEVICE_ID_SI_651 entry

agpgart_be.c contains two entries for PCI_DEVICE_ID_SI_651. The patch
below removes one of them.

I've tested the compilation eith 2.4.22-pre9.

cu
Adrian

--- linux-2.4.22-pre9-full/drivers/char/agp/agpgart_be.c.old 2003-07-30 23:34:54.000000000 +0200
+++ linux-2.4.22-pre9-full/drivers/char/agp/agpgart_be.c 2003-07-30 23:35:43.000000000 +0200
@@ -4961,30 +4961,24 @@
{ PCI_DEVICE_ID_SI_651,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
"SiS",
"651",
sis_generic_setup },
{ PCI_DEVICE_ID_SI_650,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
"SiS",
"650",
sis_generic_setup },
- { PCI_DEVICE_ID_SI_651,
- PCI_VENDOR_ID_SI,
- SIS_GENERIC,
- "SiS",
- "651",
- sis_generic_setup },
{ PCI_DEVICE_ID_SI_645,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
"SiS",
"645",
sis_generic_setup },
{ PCI_DEVICE_ID_SI_646,
PCI_VENDOR_ID_SI,
SIS_GENERIC,
"SiS",
"646",
sis_generic_setup },