kernel/relay.c: move FIX_SIZE macro into relay.c
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / include / linux / relay.h
index 91cacc34c159192ab5a7fa712982ea5a8d268b59..d7c8359693c6e19cdf57c52316f2e223581f14b2 100644 (file)
@@ -20,9 +20,6 @@
 #include <linux/poll.h>
 #include <linux/kref.h>
 
-/* Needs a _much_ better name... */
-#define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE)
-
 /*
  * Tracks changes to rchan/rchan_buf structs
  */