From 95b923e86024a584d94b333ffbdd81b985efbe0e Mon Sep 17 00:00:00 2001 From: Pierre-Alexandre Meyer Date: Sat, 14 Mar 2009 13:44:27 -0700 Subject: hdt: Make compute_pci_device static Impact: None. compute_pci_device is only used in hdt-menu-pci.c. Let's make it static. Signed-off-by: Pierre-Alexandre Meyer --- com32/hdt/hdt-menu.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'com32/hdt/hdt-menu.h') diff --git a/com32/hdt/hdt-menu.h b/com32/hdt/hdt-menu.h index 84d07d6c..59de0ff8 100644 --- a/com32/hdt/hdt-menu.h +++ b/com32/hdt/hdt-menu.h @@ -83,8 +83,6 @@ TIMEOUTCODE ontimeout(); void keys_handler(t_menusystem * ms, t_menuitem * mi, unsigned int scancode); // PCI Stuff -void compute_pci_device(struct s_my_menu *menu, struct pci_device *pci_device, - int pci_bus, int pci_slot, int pci_func); int compute_PCI(struct s_hdt_menu *hdt_menu, struct s_hardware *hardware); // KERNEL Stuff -- cgit v1.2.1