Skip to content
Snippets Groups Projects
Commit 886d9017 authored by TsiChung Liew's avatar TsiChung Liew Committed by Wolfgang Denk
Browse files

ColdFire: Fix compilation issue caused by new changes in fsl_i2c.c

parent b7166e05
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,10 @@ typedef struct global_data { ...@@ -46,6 +46,10 @@ typedef struct global_data {
unsigned long inp_clk; unsigned long inp_clk;
unsigned long vco_clk; unsigned long vco_clk;
unsigned long flb_clk; unsigned long flb_clk;
#endif
#ifdef CONFIG_FSL_I2C
unsigned long i2c1_clk;
unsigned long i2c2_clk;
#endif #endif
unsigned long ram_size; /* RAM size */ unsigned long ram_size; /* RAM size */
unsigned long reloc_off; /* Relocation Offset */ unsigned long reloc_off; /* Relocation Offset */
......
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