]> Git Repo - u-boot.git/blobdiff - drivers/spi/fsl_dspi.c
SPDX: Convert all of our single license tags to Linux Kernel style
[u-boot.git] / drivers / spi / fsl_dspi.c
index 42086197d9891b15e21b10eacc3efb988ffccc4f..f7ed8fbe08b7733583e705751d892f85649d91da 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2003
  * Wolfgang Denk, DENX Software Engineering, [email protected].
@@ -6,8 +7,6 @@
  * TsiChung Liew ([email protected])
  * Chao Fu ([email protected])
  * Haikun Wang ([email protected])
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -396,16 +395,6 @@ void spi_init(void)
        /* Nothing to do */
 }
 
-void spi_init_f(void)
-{
-       /* Nothing to do */
-}
-
-void spi_init_r(void)
-{
-       /* Nothing to do */
-}
-
 int spi_cs_is_valid(unsigned int bus, unsigned int cs)
 {
        if (((cs >= 0) && (cs < 8)) && ((bus >= 0) && (bus < 8)))
This page took 0.022153 seconds and 4 git commands to generate.