hdt: Make compute_pci_device static
authorPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 20:44:27 +0000 (13:44 -0700)
committerPierre-Alexandre Meyer <pierre@mouraf.org>
Sat, 14 Mar 2009 22:31:24 +0000 (15:31 -0700)
Impact: None.

compute_pci_device is only used in hdt-menu-pci.c. Let's make it static.

Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
com32/hdt/hdt-menu-pci.c
com32/hdt/hdt-menu.h

index 627e752..ab31efd 100644 (file)
@@ -29,8 +29,9 @@
 #include "hdt-menu.h"
 
 /* Dynamic submenu for pci devices */
-void compute_pci_device(struct s_my_menu *menu, struct pci_device *pci_device,
-      int pci_bus, int pci_slot, int pci_func)
+static void compute_pci_device(struct s_my_menu *menu,
+                               struct pci_device *pci_device,
+                               int pci_bus, int pci_slot, int pci_func)
 {
   char buffer[56];
   char statbuffer[STATLEN];
index 84d07d6..59de0ff 100644 (file)
@@ -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