Message ID | 1470252884-16602-3-git-send-email-thuth@redhat.com |
---|---|
State | Accepted |
Headers | show |
diff --git a/llfw/io_generic/io_generic.S b/llfw/io_generic/io_generic.S index 9c1db41..cdb6416 100644 --- a/llfw/io_generic/io_generic.S +++ b/llfw/io_generic/io_generic.S @@ -10,8 +10,6 @@ * IBM Corporation - initial implementation *****************************************************************************/ #include "macros.h" -#include "calculatecrc.h" -#include "calculatecrc.h" .text diff --git a/llfw/nvramlog.S b/llfw/nvramlog.S index 3ad2de7..42dd5fc 100644 --- a/llfw/nvramlog.S +++ b/llfw/nvramlog.S @@ -12,7 +12,6 @@ #include <macros.h> #include <nvramlog.h> #include <southbridge.h> -#include <calculatecrc.h> #if !defined(DISABLE_NVRAM) && !defined(RTAS_NVRAM)
The defines from calculatecrc.h are not used in any of the assembler files anymore. So there's no need anymore to include this file here. Signed-off-by: Thomas Huth <thuth@redhat.com> --- llfw/io_generic/io_generic.S | 2 -- llfw/nvramlog.S | 1 - 2 files changed, 3 deletions(-)