fix ISAPNP declarations for 2.4

This commit is contained in:
Karsten Keil 2004-01-31 00:04:36 +00:00
parent f947bb1dda
commit 16ff314d9b
1 changed files with 3 additions and 3 deletions

View File

@ -915,15 +915,15 @@ static struct pnp_device_id sedlpnp_ids[] __devinitdata = {
static struct pnp_driver sedlpnp_driver = {
#else
static struct isapnp_device_id fcpnp_ids[] __devinitdata = {
static struct isapnp_device_id sedlpnp_ids[] __devinitdata = {
{ ISAPNP_VENDOR('S', 'A', 'G'), ISAPNP_FUNCTION(0x02),
ISAPNP_VENDOR('S', 'A', 'G'), ISAPNP_FUNCTION(0x02),
(unsigned long) "Speedfax + PnP" },
{ }
};
MODULE_DEVICE_TABLE(isapnp, fcpnp_ids);
MODULE_DEVICE_TABLE(isapnp, sedlpnp_ids);
static struct isapnp_driver fcpnp_driver = {
static struct isapnp_driver sedlpnp_driver = {
#endif
name: "speedfax pnp",
probe: sedlpnp_probe,