Skip to content

Commit

Permalink
android/binder: add back freecess deps
Browse files Browse the repository at this point in the history
  • Loading branch information
corsicanu committed Sep 21, 2020
1 parent b1d3492 commit 0c2428c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/android/binder.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@
#include <linux/freecess.h>
#endif

#ifdef CONFIG_SAMSUNG_FREECESS
#include <linux/freecess.h>
#endif

static HLIST_HEAD(binder_deferred_list);
static DEFINE_MUTEX(binder_deferred_lock);

Expand Down

0 comments on commit 0c2428c

Please sign in to comment.