crypto: nx - fix GCM for zero length messages
[firefly-linux-kernel-4.4.55.git] / drivers / spi / spi-fsl-lib.c
index a91db0e57b235385e76df7968e7c1f43345e47d5..e947f2d1b2f5a0814f03e561bd389c4b70030127 100644 (file)
@@ -61,7 +61,7 @@ struct mpc8xxx_spi_probe_info *to_of_pinfo(struct fsl_spi_platform_data *pdata)
        return container_of(pdata, struct mpc8xxx_spi_probe_info, pdata);
 }
 
-void mpc8xxx_spi_work(struct work_struct *work)
+static void mpc8xxx_spi_work(struct work_struct *work)
 {
        struct mpc8xxx_spi *mpc8xxx_spi = container_of(work, struct mpc8xxx_spi,
                                                       work);