Skip to content

Commit

Permalink
dma-buf/sync_file: de-stage sync_file headers
Browse files Browse the repository at this point in the history
Move sync_file headers file to include/ dir.

Signed-off-by: Gustavo Padovan <[email protected]>
Reviewed-by: Daniel Vetter <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Gustavo Padovan authored and gregkh committed Apr 30, 2016
1 parent 92e0621 commit 460bfc4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/android/sync.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/android/sync_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/android/sync_file.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 460bfc4

Please sign in to comment.