Skip to content

Commit 564d53b

Browse files
gscuirafaeljw
authored andcommitted
PNPBIOS: remove unused pnpid32_to_pnpid() declaration
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 <[email protected]> Reviewed-by: Bjorn Helgaas <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 521a547 commit 564d53b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/pnp/pnpbios/pnpbios.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ extern int pnpbios_dont_use_current_config;
153153
extern int pnpbios_parse_data_stream(struct pnp_dev *dev, struct pnp_bios_node * node);
154154
extern int pnpbios_read_resources_from_node(struct pnp_dev *dev, struct pnp_bios_node *node);
155155
extern int pnpbios_write_resources_to_node(struct pnp_dev *dev, struct pnp_bios_node *node);
156-
extern void pnpid32_to_pnpid(u32 id, char *str);
157156

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

0 commit comments

Comments
 (0)