commit | e9fabd8ed56eb709b9e2fa203f6e51f41e73abb3 | [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 | 498610c9aa1d6a1454d4fc7e1955c8d65d549176 [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>