diff options
| author | Adam Belay <ambx1@neo.rr.com> | 2003-03-24 22:24:04 +0000 |
|---|---|---|
| committer | Adam Belay <ambx1@neo.rr.com> | 2003-03-24 22:24:04 +0000 |
| commit | 1332f65e809bbff4c641539aebf3c0fff7c84785 (patch) | |
| tree | 614c96cb65258912ea1a5af65257dec86ab69dac /include/linux/pnp.h | |
| parent | 42382f86038cbfaa2fb37b61aba42cd6c40f6267 (diff) | |
PnP Card Service Cleanups
Moves probing code to a central location and matches when new cards are
added instead of only when new drivers are added.
Diffstat (limited to 'include/linux/pnp.h')
| -rw-r--r-- | include/linux/pnp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pnp.h b/include/linux/pnp.h index 2f078ae0f3bb..b2b9b2fcf3f0 100644 --- a/include/linux/pnp.h +++ b/include/linux/pnp.h @@ -315,6 +315,7 @@ struct pnp_driver { #define to_pnp_driver(drv) container_of(drv, struct pnp_driver, driver) struct pnp_card_driver { + struct list_head global_list; char * name; const struct pnp_card_id *id_table; unsigned int flags; |
