Index: uspace/drv/bus/pci/pciintel/pci.c
===================================================================
--- uspace/drv/bus/pci/pciintel/pci.c	(revision c289457c906a8c0639d3cd9503ee5d0d04117341)
+++ uspace/drv/bus/pci/pciintel/pci.c	(revision 54de4836ac96e98523f5b633091caf79834b158c)
@@ -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];
