ads5121: fix compiler warnings (unused variables)

Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
Wolfgang Denk 2008-08-12 00:36:53 +02:00
parent b315ad8f0a
commit c9c101c660
2 changed files with 1 additions and 3 deletions

View File

@ -166,9 +166,7 @@ static void old_ft_cpu_setup(void *blob, bd_t *bd)
static void ft_clock_setup(void *blob, bd_t *bd)
{
int node;
char *cpu_path = "/cpus/" OF_CPU;
const char *path = NULL;
/*
* fixup cpu clocks using path

View File

@ -27,7 +27,7 @@
void iopin_initialize(iopin_t *ioregs_init, int len)
{
short i, j, n, p;
short i, j, p;
u_long *reg;
immap_t *im = (immap_t *)CFG_IMMR;