1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-04 02:04:10 +03:00

[adm8668] remove unused variables and defines

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30786 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2012-03-02 13:23:35 +00:00
parent 057ff99ae1
commit 8f83f6c6c3

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,