[SLOF] [PATCH 2/4] Do not include calculatecrc.h from assembler files
Thomas Huth
thuth at redhat.com
Thu Aug 4 05:34:42 AEST 2016
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 at redhat.com>
---
llfw/io_generic/io_generic.S | 2 --
llfw/nvramlog.S | 1 -
2 files changed, 3 deletions(-)
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)
--
1.8.3.1
More information about the SLOF
mailing list