Fix cut-and-paste error s/pccard/isa/
This commit is contained in:
parent
0bcbe21d68
commit
a4df4718d4
@ -142,7 +142,7 @@ enum isa_device_ivars {
|
||||
|
||||
#define ISA_PNP_DESCR "E:pnpid;D:#"
|
||||
#define ISA_PNP_INFO(t) \
|
||||
MODULE_PNP_INFO(ISA_PNP_DESCR, pccard, t, t, sizeof(t[0]), nitems(t) - 1); \
|
||||
MODULE_PNP_INFO(ISA_PNP_DESCR, isa, t, t, sizeof(t[0]), nitems(t) - 1); \
|
||||
|
||||
/*
|
||||
* Simplified accessors for isa devices
|
||||
|
Loading…
x
Reference in New Issue
Block a user