remove unused variables and defines
SVN-Revision: 30786
This commit is contained in:
parent
7f88380664
commit
2dc1c8ac70
1 changed files with 0 additions and 3 deletions
|
@ -20,9 +20,6 @@
|
||||||
#include <asm/io.h>
|
#include <asm/io.h>
|
||||||
#include <adm8668.h>
|
#include <adm8668.h>
|
||||||
|
|
||||||
extern char _end;
|
|
||||||
#define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)
|
|
||||||
|
|
||||||
static struct resource uart_resources[] = {
|
static struct resource uart_resources[] = {
|
||||||
{
|
{
|
||||||
.start = ADM8668_UART0_BASE,
|
.start = ADM8668_UART0_BASE,
|
||||||
|
|
Loading…
Reference in a new issue