pld_driver_t -> struct pld_driver

Remove misleading typedef and redundant suffix from struct pld_driver.
This commit is contained in:
Zachary T Welch
2009-11-13 08:14:52 -08:00
parent 38d826cec1
commit db2086897a
3 changed files with 6 additions and 6 deletions

View File

@@ -28,9 +28,9 @@
/* pld drivers
*/
extern pld_driver_t virtex2_pld;
extern struct pld_driver virtex2_pld;
static pld_driver_t *pld_drivers[] =
static struct pld_driver *pld_drivers[] =
{
&virtex2_pld,
NULL,