mwifiex: fix typo in PCIe adapter NULL check
[firefly-linux-kernel-4.4.55.git] / drivers / media / radio / radio-sf16fmi.c
index 227dcdb54df358235111f42518686b404317b76a..c260a2a354b1d0ab7eabaa3c0166c44df1682c67 100644 (file)
@@ -64,7 +64,7 @@ bool pnp_attached;
 #define FMI_BIT_VOL_SW         (1 << 3)
 #define FMI_BIT_TUN_STRQ       (1 << 4)
 
-void fmi_set_pins(void *handle, u8 pins)
+static void fmi_set_pins(void *handle, u8 pins)
 {
        struct fmi *fmi = handle;
        u8 bits = FMI_BIT_TUN_STRQ;