X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Ffpga%2Ffpga.c;h=7e2f3e17a7649a6bdddb3e41eef6f75c660b3c7c;hb=40d500212f74c92ef014ae8df697416e160ee743;hp=37946d5e183a73d07bff9da4f324c8357a72a89c;hpb=1a897668ac33c57ca76f47cb940ec32b405e90dd;p=u-boot diff --git a/drivers/fpga/fpga.c b/drivers/fpga/fpga.c index 37946d5e18..7e2f3e17a7 100644 --- a/drivers/fpga/fpga.c +++ b/drivers/fpga/fpga.c @@ -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; @@ -120,7 +120,7 @@ static int fpga_dev_info(int devnum) } /* - * fgpa_init is usually called from misc_init_r() and MUST be called + * fpga_init is usually called from misc_init_r() and MUST be called * before any of the other fpga functions are used. */ void fpga_init(void)