pld: use static registration instead of callback
commite2f23c54373097098ef0b59377299d7382f4c58a
authorZachary T Welch <zw@superlucidity.net>
Mon, 23 Nov 2009 17:30:02 +0000 (23 09:30 -0800)
committerZachary T Welch <zw@superlucidity.net>
Wed, 25 Nov 2009 05:37:33 +0000 (24 21:37 -0800)
tree11fdbb5ec4a4daf6ea9c1f9fb32cd258480d3062
parent76b89755c994faa8ff0f646c722373ccb876f744
pld: use static registration instead of callback

Remove register_callbacks from pld_device structure, using an array
of command_registration records instead.
src/pld/pld.c
src/pld/pld.h
src/pld/virtex2.c