Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision cb94e69b57e8e212552559be865b4d3a9512b502)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 6641295fbdfb911a7ebc3925355a330624ef110f)
@@ -78,4 +78,7 @@
 #define PCI_BUS_FROM_FUN(fun) ((fun)->busptr)
 
+/** Max is 47, align to something nice. */
+#define ID_MAX_STR_LEN 50
+
 static hw_resource_list_t *pciintel_get_resources(ddf_fun_t *fnode)
 {
@@ -310,6 +313,4 @@
 void pci_fun_create_match_ids(pci_fun_t *fun)
 {
-#define ID_MAX_STR_LEN 50 /* Max is 47, align to something nice. */
-
 	int rc;
 	char match_id_str[ID_MAX_STR_LEN];
