remove unused variables and defines

SVN-Revision: 30786
owl
Florian Fainelli 2012-03-02 13:23:35 +00:00
parent 7f88380664
commit 2dc1c8ac70
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@
#include <asm/io.h>
#include <adm8668.h>
extern char _end;
#define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK)
static struct resource uart_resources[] = {
{
.start = ADM8668_UART0_BASE,