summaryrefslogtreecommitdiffstats
path: root/ogp_spi.c
diff options
context:
space:
mode:
Diffstat (limited to 'ogp_spi.c')
-rw-r--r--ogp_spi.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ogp_spi.c b/ogp_spi.c
index 13091b4..7aee72b 100644
--- a/ogp_spi.c
+++ b/ogp_spi.c
@@ -18,6 +18,7 @@
*/
#include <stdlib.h>
+#include <strings.h>
#include <string.h>
#include "flash.h"
#include "programmer.h"
@@ -48,7 +49,8 @@ static uint32_t ogp_reg_sck;
const struct pcidev_status ogp_spi[] = {
{PCI_VENDOR_ID_OGP, 0x0000, OK, "Open Graphics Project", "Development Board OGD1"},
- {},
+
+ {0},
};
static void ogp_request_spibus(void)
OpenPOWER on IntegriCloud