Skip to content

Commit

Permalink
staging/android: prepare sync_file for de-staging
Browse files Browse the repository at this point in the history
Move its functions and structs to their own file. Also moves function's
docs to the .c file.

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>
  • Loading branch information
Gustavo Padovan authored and Greg Kroah-Hartman committed Apr 30, 2016
1 parent d7c3110 commit d4cab38
Show file tree
Hide file tree
Showing 7 changed files with 455 additions and 411 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/android/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ obj-y += ion/

obj-$(CONFIG_ASHMEM) += ashmem.o
obj-$(CONFIG_ANDROID_LOW_MEMORY_KILLER) += lowmemorykiller.o
obj-$(CONFIG_SYNC) += sync.o sync_debug.o
obj-$(CONFIG_SYNC) += sync_file.o sync.o sync_debug.o
obj-$(CONFIG_SW_SYNC) += sw_sync.o
Loading

0 comments on commit d4cab38

Please sign in to comment.