remove unused variables and defines
[openwrt/openwrt.git] / target / linux / adm8668 / files / arch / mips / adm8668 / platform.c
index 4de38fd38f9e8cfca060e28bdaf8845e62b4fb52..803af09aab3382900210cb7cdec58d49c0cb9ae4 100644 (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,