commit | cd6ba00aaa8bb5335cf2aa4b98c0ac15ffc9000d | [log] [tgz] |
---|---|---|
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | Sat May 02 00:44:37 2015 +0900 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Fri Jun 19 20:03:20 2015 +0200 |
tree | a944529e4a01dcddf5f177022d191597efc7dfbd | |
parent | 19fd685fcb13fa3c0b1539c2f31e1add8ab63edf [diff] |
rtc: mxc: Constify platform_device_id The platform_device_id is not modified by the driver and core uses it as const. Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>