Commit d4a5f6d7 authored by Alexandre Belloni's avatar Alexandre Belloni

rtc: ds1286: move header to linux/rtc

Move ds1286.h to rtc specific folder.
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent fe23c336
......@@ -7,7 +7,7 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <linux/ds1286.h>
#include <linux/rtc/ds1286.h>
#include <linux/module.h>
#include <linux/interrupt.h>
#include <linux/kernel.h>
......
......@@ -16,7 +16,7 @@
#include <linux/rtc.h>
#include <linux/platform_device.h>
#include <linux/bcd.h>
#include <linux/ds1286.h>
#include <linux/rtc/ds1286.h>
#include <linux/io.h>
#include <linux/slab.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment