summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/sync_debug.c
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2016-05-31 16:59:06 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-06-17 21:17:40 -0700
commitd79892ad0b97ec23645cffa5406edb4eb18cb553 (patch)
tree4c9613b16fc8fe5cc52039a3234fa8a773b4018f /drivers/staging/android/sync_debug.c
parent1867a23b13b25d0a228b0509ade20fb977dcb601 (diff)
downloadlinux-d79892ad0b97ec23645cffa5406edb4eb18cb553.tar.gz
linux-d79892ad0b97ec23645cffa5406edb4eb18cb553.tar.bz2
linux-d79892ad0b97ec23645cffa5406edb4eb18cb553.zip
staging/android: clean up #includes in the sync framework
Most of the includes there are not necessary anymore. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/sync_debug.c')
-rw-r--r--drivers/staging/android/sync_debug.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/staging/android/sync_debug.c b/drivers/staging/android/sync_debug.c
index 2733cc34ecf8..864ad0103435 100644
--- a/drivers/staging/android/sync_debug.c
+++ b/drivers/staging/android/sync_debug.c
@@ -15,22 +15,6 @@
*/
#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"
#ifdef CONFIG_DEBUG_FS