commit | b9168c539c0b2de756aaffd380384dbde8adbe07 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Tue Nov 08 22:49:55 2016 +0100 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Wed Nov 09 01:37:03 2016 +0100 |
tree | 7c94fab7d6c6ec7b797f4ddf4becc22b0d8666fa | |
parent | 819c21785b498d38fbbe361458dc2f05d943cc46 [diff] |
rtc: jz4740: make the driver builtin only Since the driver is now calling machine_halt() that is not exported, it has to be built in the kernel. Building it as a module will fail at linking time. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>