summaryrefslogtreecommitdiff
path: root/drivers/mailbox/rk3368-mailbox.c
diff options
context:
space:
mode:
authorFrank Wang <frank.wang@rock-chips.com>2017-04-05 09:35:37 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-04-05 15:10:42 +0800
commit51abcbf5c17c860da5092a485cb8bd4b37a6d51b (patch)
treed9bad77db9cdc5789c93221842e864692703332d /drivers/mailbox/rk3368-mailbox.c
parent172e5e89c325e279a46f05d4e6655abac129705e (diff)
soc: rockchip: amend rk3368-mbox related *.h to soc/rockchip
This adds move rk3368-mbox related *.h files from linux/rockchip to soc/rockchip. Change-Id: I2d57b6baa64d531e89766a5384d8c217cf347ebf Signed-off-by: Frank Wang <frank.wang@rock-chips.com>
Diffstat (limited to 'drivers/mailbox/rk3368-mailbox.c')
-rw-r--r--drivers/mailbox/rk3368-mailbox.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mailbox/rk3368-mailbox.c b/drivers/mailbox/rk3368-mailbox.c
index 34263d7453d2..03f3a74d4623 100644
--- a/drivers/mailbox/rk3368-mailbox.c
+++ b/drivers/mailbox/rk3368-mailbox.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2015, Fuzhou Rockchip Electronics Co., Ltd
+ * Copyright (c) 2017, Fuzhou Rockchip Electronics Co., Ltd
*
* This program is free software; you can redistribute it and/or modify it
* under the terms and conditions of the GNU General Public License,
@@ -22,8 +22,8 @@
#include <linux/slab.h>
#include <linux/clk.h>
-#include <linux/rockchip/rk3368-mailbox.h>
-#include <linux/rockchip/scpi.h>
+#include <soc/rockchip/rk3368-mailbox.h>
+#include <soc/rockchip/scpi.h>
#define MAILBOX_VERSION "V1.00"