提交 d79892ad 编写于 作者: G Gustavo Padovan 提交者: Greg Kroah-Hartman

staging/android: clean up #includes in the sync framework

Most of the includes there are not necessary anymore.
Signed-off-by: NGustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: NSumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1867a23b
...@@ -14,14 +14,8 @@ ...@@ -14,14 +14,8 @@
* *
*/ */
#include <linux/debugfs.h>
#include <linux/export.h> #include <linux/export.h>
#include <linux/kernel.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/anon_inodes.h>
#include "sync.h" #include "sync.h"
......
...@@ -13,9 +13,6 @@ ...@@ -13,9 +13,6 @@
#ifndef _LINUX_SYNC_H #ifndef _LINUX_SYNC_H
#define _LINUX_SYNC_H #define _LINUX_SYNC_H
#include <linux/types.h>
#include <linux/kref.h>
#include <linux/ktime.h>
#include <linux/list.h> #include <linux/list.h>
#include <linux/spinlock.h> #include <linux/spinlock.h>
#include <linux/fence.h> #include <linux/fence.h>
......
...@@ -15,22 +15,6 @@ ...@@ -15,22 +15,6 @@
*/ */
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/export.h>
#include <linux/file.h>
#include <linux/fs.h>
#include <linux/kernel.h>
#include <linux/poll.h>
#include <linux/sched.h>
#include <linux/seq_file.h>
#include <linux/slab.h>
#include <linux/uaccess.h>
#include <linux/anon_inodes.h>
#include <linux/time64.h>
#include <linux/sync_file.h>
#include <linux/types.h>
#include <linux/kconfig.h>
#include "uapi/sw_sync.h"
#include "sync.h" #include "sync.h"
#ifdef CONFIG_DEBUG_FS #ifdef CONFIG_DEBUG_FS
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册