On Thu, May 03, 2018 at 04:36:55PM +0300, Leon Romanovsky wrote:
From: Leon Romanovsky leonro@mellanox.com
The macro u64_to_ptr() and function ptr_to_u64() are useful enough to be part of general header, so move them there and allow RDMA subsystem reuse them.
Signed-off-by: Leon Romanovsky leonro@mellanox.com
drivers/gpu/drm/i915/i915_utils.h | 12 ++---------- include/linux/kernel.h | 12 ++++++++++++ 2 files changed, 14 insertions(+), 10 deletions(-)
This patch and the next one to kernel.h will need to be Ack'd be someone.. But I am not sure who.. AndrewM perhaps?
Jason