src: Remove unneeded include <console/console.h>
Change-Id: I40f8b4c7cbc55e16929b1f40d18bb5a9c19845da Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29289 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
ead574ed02
commit
e9a0130879
@@ -12,7 +12,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
#include <console/console.h>
|
||||
|
||||
#include <thread.h>
|
||||
|
||||
/* The stack frame looks like the following. */
|
||||
|
@@ -19,7 +19,6 @@
|
||||
#include <arch/transition.h>
|
||||
#include <arm_tf.h>
|
||||
#include <cbmem.h>
|
||||
#include <console/console.h>
|
||||
#include <program_loading.h>
|
||||
#include <rules.h>
|
||||
#include <string.h>
|
||||
|
@@ -14,8 +14,6 @@
|
||||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#include <console/console.h>
|
||||
|
||||
int raise (int signum) __attribute__((used));
|
||||
int raise (int signum)
|
||||
{
|
||||
|
@@ -18,7 +18,6 @@
|
||||
#include <arch/mmu.h>
|
||||
#include <arch/transition.h>
|
||||
#include <assert.h>
|
||||
#include <console/console.h>
|
||||
|
||||
/* Litte-endian, No XN-forced, Instr cache disabled,
|
||||
* Stack alignment disabled, Data and unified cache
|
||||
|
Reference in New Issue
Block a user