diff options
Diffstat (limited to 'drivers/pnp/manager.c')
-rw-r--r-- | drivers/pnp/manager.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/pnp/manager.c b/drivers/pnp/manager.c index 945c6201719d..c9af87a8fb16 100644 --- a/drivers/pnp/manager.c +++ b/drivers/pnp/manager.c | |||
@@ -272,6 +272,11 @@ void pnp_init_resource_table(struct pnp_resource_table *table) | |||
272 | } | 272 | } |
273 | } | 273 | } |
274 | 274 | ||
275 | void pnp_init_resources(struct pnp_dev *dev) | ||
276 | { | ||
277 | pnp_init_resource_table(&dev->res); | ||
278 | } | ||
279 | |||
275 | /** | 280 | /** |
276 | * pnp_clean_resources - clears resources that were not manually set | 281 | * pnp_clean_resources - clears resources that were not manually set |
277 | * @res: the resources to clean | 282 | * @res: the resources to clean |