From b4cb0b5b5f5bad22d1075307938d4aa88041cd45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Stro=CC=88mbergson?= Date: Fri, 17 Apr 2015 10:55:41 +0200 Subject: Removed include of i2c lib not used in the program. Changed from i2c to eim in printout. Removed inclusion of arpa/inet lib also not used by the application. --- eim/sw/hash_eim.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/eim/sw/hash_eim.c b/eim/sw/hash_eim.c index e698129..42dedf2 100644 --- a/eim/sw/hash_eim.c +++ b/eim/sw/hash_eim.c @@ -44,9 +44,7 @@ #include #include #include -#include #include -#include #include #include @@ -204,7 +202,7 @@ static int hash(char *algo, char *file, uint8_t *digest) * cores always assert valid before ready. */ if (tc_read(daddr, digest, dlen) != 0) { - perror("i2c read failed"); + perror("eim read failed"); goto out; } -- cgit v1.2.3