Skip to content
Snippets Groups Projects
Commit c9c101c6 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

ads5121: fix compiler warnings (unused variables)


Signed-off-by: default avatarWolfgang Denk <wd@denx.de>
parent b315ad8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment