[PATCH v10 4/5] Watchdog: introduce ARM SBSA watchdog driver
From: Timur Tabi <hidden>
Date: 2016-02-03 18:12:39
Also in:
linux-devicetree, linux-watchdog, lkml
From: Timur Tabi <hidden>
Date: 2016-02-03 18:12:39
Also in:
linux-devicetree, linux-watchdog, lkml
Fu Wei wrote:
static const struct platform_device_id sbsa_gwdt_pdev_match[] = {
{ .name = "sbsa-gwdt", },
{},
};
MODULE_DEVICE_TABLE(platform, sbsa_gwdt_pdev_match);Ok, thanks.