soc: rockchip: amend rk3368-mbox related *.h to soc/rockchip
[firefly-linux-kernel-4.4.55.git] / include / linux / rockchip / rk3368-mailbox.h
diff --git a/include/linux/rockchip/rk3368-mailbox.h b/include/linux/rockchip/rk3368-mailbox.h
deleted file mode 100644 (file)
index 659375c..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (c) 2014, 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,
- * version 2, as published by the Free Software Foundation.
- */
-
-#ifndef __MAILBOX_ROCKCHIP_H__
-#define __MAILBOX_ROCKCHIP_H__
-
-struct rk3368_mbox_msg {
-       u32 cmd;
-       int tx_size;
-       void *tx_buf;
-       int rx_size;
-       void *rx_buf;
-       void *cl_data;
-};
-
-#endif /* __MAILBOX_ROCKCHIP_H__ */