Skip to content

Commit

Permalink
[adm8668] remove unused variables and defines
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30786 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
florian committed Mar 2, 2012
1 parent 057ff99 commit 8f83f6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions target/linux/adm8668/files/arch/mips/adm8668/platform.c
Expand Up @@ -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,
Expand Down

0 comments on commit 8f83f6c

Please sign in to comment.