vfio: platform: mark symbols static where possible
[cascardo/linux.git] / drivers / vfio / platform / reset / vfio_platform_amdxgbe.c
index d4030d0..bcd419c 100644 (file)
@@ -56,7 +56,7 @@ static void xmdio_write(void *ioaddr, unsigned int mmd,
        iowrite32(value, ioaddr + ((mmd_address & 0xff) << 2));
 }
 
-int vfio_platform_amdxgbe_reset(struct vfio_platform_device *vdev)
+static int vfio_platform_amdxgbe_reset(struct vfio_platform_device *vdev)
 {
        struct vfio_platform_region *xgmac_regs = &vdev->regions[0];
        struct vfio_platform_region *xpcs_regs = &vdev->regions[1];