Drop the include/console/loglevel.h file.

Move the loglevel definitions directly into include/console/console.h
and drop the rest of loglevel.h which is unused and obsolete anyway.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@273 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Uwe Hermann 2007-04-05 23:13:51 +00:00
commit 09fe5ae4b1
6 changed files with 10 additions and 53 deletions

View file

@ -22,7 +22,6 @@
#include <string.h>
#include <lar.h>
#include <console/console.h>
#include <console/loglevel.h>
#ifndef CONFIG_BIG_ENDIAN
#define ntohl(x) ( ((x&0xff)<<24) | ((x&0xff00)<<8) | \

View file

@ -26,7 +26,6 @@
#include <string.h>
#include <lar.h>
#include <console/console.h>
#include <console/loglevel.h>
#include <device/device.h>
#include <tables.h>