commit | 6ccea848dfe4b7ef87e5b39d349e9b4cba439921 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue Nov 26 20:41:00 2019 -0500 |
committer | Tom Rini <trini@konsulko.com> | Tue Dec 03 08:43:24 2019 -0500 |
tree | 14a0d49b4f26fd36438730232a6459222f1bec82 | |
parent | 793072a89131d678441b9b52fdf3305a844163e1 [diff] |
mtd: mtdcore: Drop unused mtd_table The array 'mtd_table' is unused in the code. Remove this as gcc doesn't always discard unused global variables. Signed-off-by: Tom Rini <trini@konsulko.com>