commit | de757a7af05239fec359a13347b1c05ecbb59944 | [log] [tgz] |
---|---|---|
author | Timur Tabi <timur@freescale.com> | Wed Dec 12 11:07:12 2012 +0000 |
committer | Andy Fleming <afleming@freescale.com> | Wed Jan 30 11:25:08 2013 -0600 |
tree | 36dae5df97dcc25e11ecbf19b2d639860553e8e2 | |
parent | 220d506af3dd45b8e5a79267d46171fa8487066b [diff] |
powerpc/t4qds: move VSC3316 config data from t4qds.h to t4qds.c Static variables should be defined in C files, not header files, because otherwise every C file that #includes the header file will generate a duplicate of the variables. Since the vsc3316_xxx[] arrays are only used by t4qds.c anyway, just put the variables there. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Andy Fleming <afleming@freescale.com>