|
@@ -403,7 +403,6 @@ void pnp_resource_change(struct resource *resource, resource_size_t start,
|
|
|
/* protocol helpers */
|
|
|
int pnp_is_active(struct pnp_dev *dev);
|
|
|
int compare_pnp_id(struct pnp_id *pos, const char *id);
|
|
|
-int pnp_add_id(struct pnp_id *id, struct pnp_dev *dev);
|
|
|
int pnp_register_driver(struct pnp_driver *drv);
|
|
|
void pnp_unregister_driver(struct pnp_driver *drv);
|
|
|
|
|
@@ -450,7 +449,6 @@ static inline void pnp_resource_change(struct resource *resource, resource_size_
|
|
|
/* protocol helpers */
|
|
|
static inline int pnp_is_active(struct pnp_dev *dev) { return 0; }
|
|
|
static inline int compare_pnp_id(struct pnp_id *pos, const char *id) { return -ENODEV; }
|
|
|
-static inline int pnp_add_id(struct pnp_id *id, struct pnp_dev *dev) { return -ENODEV; }
|
|
|
static inline int pnp_register_driver(struct pnp_driver *drv) { return -ENODEV; }
|
|
|
static inline void pnp_unregister_driver(struct pnp_driver *drv) { }
|
|
|
|