| .. | .. |
|---|
| 454 | 454 | DEBUGFS_STRUCT(inject_ecc, 0200, thunderx_lmc_inject_ecc_write, NULL); |
|---|
| 455 | 455 | DEBUGFS_STRUCT(int_w1c, 0400, NULL, thunderx_lmc_int_read); |
|---|
| 456 | 456 | |
|---|
| 457 | | -struct debugfs_entry *lmc_dfs_ents[] = { |
|---|
| 457 | +static struct debugfs_entry *lmc_dfs_ents[] = { |
|---|
| 458 | 458 | &debugfs_mask0, |
|---|
| 459 | 459 | &debugfs_mask2, |
|---|
| 460 | 460 | &debugfs_parity_test, |
|---|
| .. | .. |
|---|
| 1278 | 1278 | |
|---|
| 1279 | 1279 | OCX_DEBUGFS_ATTR(com_int, OCX_COM_INT_W1S); |
|---|
| 1280 | 1280 | |
|---|
| 1281 | | -struct debugfs_entry *ocx_dfs_ents[] = { |
|---|
| 1281 | +static struct debugfs_entry *ocx_dfs_ents[] = { |
|---|
| 1282 | 1282 | &debugfs_tlk0_ecc_ctl, |
|---|
| 1283 | 1283 | &debugfs_tlk1_ecc_ctl, |
|---|
| 1284 | 1284 | &debugfs_tlk2_ecc_ctl, |
|---|
| .. | .. |
|---|
| 1919 | 1919 | |
|---|
| 1920 | 1920 | L2C_DEBUGFS_ATTR(tad_int, L2C_TAD_INT_W1S); |
|---|
| 1921 | 1921 | |
|---|
| 1922 | | -struct debugfs_entry *l2c_tad_dfs_ents[] = { |
|---|
| 1922 | +static struct debugfs_entry *l2c_tad_dfs_ents[] = { |
|---|
| 1923 | 1923 | &debugfs_tad_int, |
|---|
| 1924 | 1924 | }; |
|---|
| 1925 | 1925 | |
|---|
| 1926 | 1926 | L2C_DEBUGFS_ATTR(cbc_int, L2C_CBC_INT_W1S); |
|---|
| 1927 | 1927 | |
|---|
| 1928 | | -struct debugfs_entry *l2c_cbc_dfs_ents[] = { |
|---|
| 1928 | +static struct debugfs_entry *l2c_cbc_dfs_ents[] = { |
|---|
| 1929 | 1929 | &debugfs_cbc_int, |
|---|
| 1930 | 1930 | }; |
|---|
| 1931 | 1931 | |
|---|
| 1932 | 1932 | L2C_DEBUGFS_ATTR(mci_int, L2C_MCI_INT_W1S); |
|---|
| 1933 | 1933 | |
|---|
| 1934 | | -struct debugfs_entry *l2c_mci_dfs_ents[] = { |
|---|
| 1934 | +static struct debugfs_entry *l2c_mci_dfs_ents[] = { |
|---|
| 1935 | 1935 | &debugfs_mci_int, |
|---|
| 1936 | 1936 | }; |
|---|
| 1937 | 1937 | |
|---|