dma-buf/sync_file: de-stage sync_file headers
Move sync_file headers file to include/ dir. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
92e06213f1
commit
460bfc41fd
|
@ -20,8 +20,8 @@
|
|||
#include <linux/spinlock.h>
|
||||
#include <linux/fence.h>
|
||||
|
||||
#include "sync_file.h"
|
||||
#include "uapi/sync_file.h"
|
||||
#include <linux/sync_file.h>
|
||||
#include <uapi/linux/sync_file.h>
|
||||
|
||||
struct sync_timeline;
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
#include <linux/uaccess.h>
|
||||
#include <linux/anon_inodes.h>
|
||||
#include <linux/time64.h>
|
||||
#include "sync_file.h"
|
||||
#include <linux/sync_file.h>
|
||||
#include "sw_sync.h"
|
||||
|
||||
#ifdef CONFIG_DEBUG_FS
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
#include <linux/slab.h>
|
||||
#include <linux/uaccess.h>
|
||||
#include <linux/anon_inodes.h>
|
||||
#include "sync_file.h"
|
||||
#include "uapi/sync_file.h"
|
||||
#include <linux/sync_file.h>
|
||||
#include <uapi/linux/sync_file.h>
|
||||
|
||||
static const struct file_operations sync_file_fops;
|
||||
|
||||
|
|
Loading…
Reference in New Issue