mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-12 03:56:15 +02: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:
parent
057ff99ae1
commit
8f83f6c6c3
@ -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 New Issue
Block a user