From 1332f65e809bbff4c641539aebf3c0fff7c84785 Mon Sep 17 00:00:00 2001 From: Adam Belay Date: Mon, 24 Mar 2003 22:24:04 +0000 Subject: 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. --- include/linux/pnp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; -- cgit v1.2.3