platform/x86: intel_scu_wdt: Get rid of custom x86 model comparison
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Jul 2018 17:45:36 +0000 (20:45 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 25 Jan 2021 18:05:32 +0000 (20:05 +0200)
commita507e5d90f3d6846a02d9c2c79e6f6395982db92
treeae7e2449af76bd21e9e153357fe9f235b575e1da
parent55627c70db6ad41371ed07a64c6e58d258ab0ae9
platform/x86: intel_scu_wdt: Get rid of custom x86 model comparison

Switch the platform code to use x86_id_table and accompanying API
instead of custom comparison against x86 CPU model.

This is one of the last users of custom API for that and following
changes will remove it for the good.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
drivers/platform/x86/intel_scu_wdt.c