Skip to content

Commit

Permalink
PNPBIOS: remove unused pnpid32_to_pnpid() declaration
Browse files Browse the repository at this point in the history
All uses of pnpid32_to_pnpid() were removed by
commit 25eb846 ("PNP: add pnp_eisa_id_to_string()"),
so remove the declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Reviewed-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Gaosheng Cui authored and Rafael J. Wysocki committed Sep 24, 2022
1 parent 521a547 commit 564d53b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pnp/pnpbios/pnpbios.h
Original file line number Diff line number Diff line change
@@ -153,7 +153,6 @@ extern int pnpbios_dont_use_current_config;
extern int pnpbios_parse_data_stream(struct pnp_dev *dev, struct pnp_bios_node * node);
extern int pnpbios_read_resources_from_node(struct pnp_dev *dev, struct pnp_bios_node *node);
extern int pnpbios_write_resources_to_node(struct pnp_dev *dev, struct pnp_bios_node *node);
extern void pnpid32_to_pnpid(u32 id, char *str);

extern void pnpbios_print_status(const char * module, u16 status);
extern void pnpbios_calls_init(union pnp_bios_install_struct * header);

0 comments on commit 564d53b

Please sign in to comment.