commit | ede2bf6e59f62fc71e8bba122f5f2a23d0880e3c | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Sat Oct 05 22:11:57 2024 +0300 |
committer | Simon Glass <sjg@chromium.org> | Fri Oct 18 14:10:22 2024 -0600 |
tree | 49378c620f7b831b7a16f7811b29533134f4a77a | |
parent | 8310c1e849bf62cfce5087445f8d474e1055f39e [diff] |
x86: cpu: Use default print_cpuinfo() for all Most of the copies of the print_cpuinfo() call the default method. Remove all of those in order to have only the default one when no `cpu` command is compiled. This also helps avoiding compiler warning, e.g.: arch/x86/cpu/tangier/tangier.c:23:5: warning: no previous prototype for ‘print_cpuinfo’ [-Wmissing-prototypes] Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org>