[PATCH] mlx4: Fix compile error when driver is comiled-in

From: Joerg Roedel
Date: Thu Dec 15 2011 - 11:51:15 EST


Hi,

Testing my iommu-configs against linux-next found a compile error for
allyesconfig. It only happens when the mlx4 driver is compiled into the
kernel and not as a module because these two static functions are also
used in another file. The attached patch fixes it.