]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/fpga/fpga.c
tpm: Move the I2C TPM code into one file
[karo-tx-uboot.git] / drivers / fpga / fpga.c
index 37946d5e183a73d07bff9da4f324c8357a72a89c..d94eb5cc25c4fce6c4df48bd22c39a659b709378 100644 (file)
@@ -38,7 +38,7 @@ static void fpga_no_sup(char *fn, char *msg)
 /* fpga_get_desc
  *     map a device number to a descriptor
  */
-static const fpga_desc *const fpga_get_desc(int devnum)
+const fpga_desc *const fpga_get_desc(int devnum)
 {
        fpga_desc *desc = (fpga_desc *)NULL;