diff options
| -rw-r--r-- | drivers/net/irda/smsc-ircc2.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/drivers/net/irda/smsc-ircc2.c b/drivers/net/irda/smsc-ircc2.c index 954f6e938fb7..8b1c3484d271 100644 --- a/drivers/net/irda/smsc-ircc2.c +++ b/drivers/net/irda/smsc-ircc2.c | |||
| @@ -2405,8 +2405,6 @@ static int __init smsc_superio_lpc(unsigned short cfg_base) | |||
| 2405 | * addresses making a subsystem device table necessary. | 2405 | * addresses making a subsystem device table necessary. |
| 2406 | */ | 2406 | */ |
| 2407 | #ifdef CONFIG_PCI | 2407 | #ifdef CONFIG_PCI |
| 2408 | #define PCIID_VENDOR_INTEL 0x8086 | ||
| 2409 | #define PCIID_VENDOR_ALI 0x10b9 | ||
| 2410 | static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __initdata = { | 2408 | static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __initdata = { |
| 2411 | /* | 2409 | /* |
| 2412 | * Subsystems needing entries: | 2410 | * Subsystems needing entries: |
| @@ -2416,7 +2414,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2416 | */ | 2414 | */ |
| 2417 | { | 2415 | { |
| 2418 | /* Guessed entry */ | 2416 | /* Guessed entry */ |
| 2419 | .vendor = PCIID_VENDOR_INTEL, /* Intel 82801DBM LPC bridge */ | 2417 | .vendor = PCI_VENDOR_ID_INTEL, /* Intel 82801DBM LPC bridge */ |
| 2420 | .device = 0x24cc, | 2418 | .device = 0x24cc, |
| 2421 | .subvendor = 0x103c, | 2419 | .subvendor = 0x103c, |
| 2422 | .subdevice = 0x08bc, | 2420 | .subdevice = 0x08bc, |
| @@ -2429,7 +2427,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2429 | .name = "HP nx5000 family", | 2427 | .name = "HP nx5000 family", |
| 2430 | }, | 2428 | }, |
| 2431 | { | 2429 | { |
| 2432 | .vendor = PCIID_VENDOR_INTEL, /* Intel 82801DBM LPC bridge */ | 2430 | .vendor = PCI_VENDOR_ID_INTEL, /* Intel 82801DBM LPC bridge */ |
| 2433 | .device = 0x24cc, | 2431 | .device = 0x24cc, |
| 2434 | .subvendor = 0x103c, | 2432 | .subvendor = 0x103c, |
| 2435 | .subdevice = 0x088c, | 2433 | .subdevice = 0x088c, |
| @@ -2443,7 +2441,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2443 | .name = "HP nc8000 family", | 2441 | .name = "HP nc8000 family", |
| 2444 | }, | 2442 | }, |
| 2445 | { | 2443 | { |
| 2446 | .vendor = PCIID_VENDOR_INTEL, /* Intel 82801DBM LPC bridge */ | 2444 | .vendor = PCI_VENDOR_ID_INTEL, /* Intel 82801DBM LPC bridge */ |
| 2447 | .device = 0x24cc, | 2445 | .device = 0x24cc, |
| 2448 | .subvendor = 0x103c, | 2446 | .subvendor = 0x103c, |
| 2449 | .subdevice = 0x0890, | 2447 | .subdevice = 0x0890, |
| @@ -2456,7 +2454,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2456 | .name = "HP nc6000 family", | 2454 | .name = "HP nc6000 family", |
| 2457 | }, | 2455 | }, |
| 2458 | { | 2456 | { |
| 2459 | .vendor = PCIID_VENDOR_INTEL, /* Intel 82801DBM LPC bridge */ | 2457 | .vendor = PCI_VENDOR_ID_INTEL, /* Intel 82801DBM LPC bridge */ |
| 2460 | .device = 0x24cc, | 2458 | .device = 0x24cc, |
| 2461 | .subvendor = 0x0e11, | 2459 | .subvendor = 0x0e11, |
| 2462 | .subdevice = 0x0860, | 2460 | .subdevice = 0x0860, |
| @@ -2471,7 +2469,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2471 | }, | 2469 | }, |
| 2472 | { | 2470 | { |
| 2473 | /* Intel 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge */ | 2471 | /* Intel 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge */ |
| 2474 | .vendor = PCIID_VENDOR_INTEL, | 2472 | .vendor = PCI_VENDOR_ID_INTEL, |
| 2475 | .device = 0x24c0, | 2473 | .device = 0x24c0, |
| 2476 | .subvendor = 0x1179, | 2474 | .subvendor = 0x1179, |
| 2477 | .subdevice = 0xffff, /* 0xffff is "any" */ | 2475 | .subdevice = 0xffff, /* 0xffff is "any" */ |
| @@ -2484,7 +2482,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2484 | .name = "Toshiba laptop with Intel 82801DB/DBL LPC bridge", | 2482 | .name = "Toshiba laptop with Intel 82801DB/DBL LPC bridge", |
| 2485 | }, | 2483 | }, |
| 2486 | { | 2484 | { |
| 2487 | .vendor = PCIID_VENDOR_INTEL, /* Intel 82801CAM ISA bridge */ | 2485 | .vendor = PCI_VENDOR_ID_INTEL, /* Intel 82801CAM ISA bridge */ |
| 2488 | .device = 0x248c, | 2486 | .device = 0x248c, |
| 2489 | .subvendor = 0x1179, | 2487 | .subvendor = 0x1179, |
| 2490 | .subdevice = 0xffff, /* 0xffff is "any" */ | 2488 | .subdevice = 0xffff, /* 0xffff is "any" */ |
| @@ -2498,7 +2496,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2498 | }, | 2496 | }, |
| 2499 | { | 2497 | { |
| 2500 | /* 82801DBM (ICH4-M) LPC Interface Bridge */ | 2498 | /* 82801DBM (ICH4-M) LPC Interface Bridge */ |
| 2501 | .vendor = PCIID_VENDOR_INTEL, | 2499 | .vendor = PCI_VENDOR_ID_INTEL, |
| 2502 | .device = 0x24cc, | 2500 | .device = 0x24cc, |
| 2503 | .subvendor = 0x1179, | 2501 | .subvendor = 0x1179, |
| 2504 | .subdevice = 0xffff, /* 0xffff is "any" */ | 2502 | .subdevice = 0xffff, /* 0xffff is "any" */ |
| @@ -2512,7 +2510,7 @@ static struct smsc_ircc_subsystem_configuration subsystem_configurations[] __ini | |||
| 2512 | }, | 2510 | }, |
| 2513 | { | 2511 | { |
| 2514 | /* ALi M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+] */ | 2512 | /* ALi M1533/M1535 PCI to ISA Bridge [Aladdin IV/V/V+] */ |
| 2515 | .vendor = PCIID_VENDOR_ALI, | 2513 | .vendor = PCI_VENDOR_ID_AL, |
| 2516 | .device = 0x1533, | 2514 | .device = 0x1533, |
| 2517 | .subvendor = 0x1179, | 2515 | .subvendor = 0x1179, |
| 2518 | .subdevice = 0xffff, /* 0xffff is "any" */ | 2516 | .subdevice = 0xffff, /* 0xffff is "any" */ |
