gpu: nvgpu: move nv-p2p.h to include/linux

Move nv-p2p.h to include/linux so that it is
available to external kernel modules to be used.

Bug 200438879

Change-Id: I40707fe9f798b3ccf077dbdc942f8d6fc9019458
Signed-off-by: Preetham Chandru R <pchandru@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1986646
(cherry picked from commit cfe4a2e5e8)
Reviewed-on: https://git-master.nvidia.com/r/2000830
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bibek Basu <bbasu@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Preetham Chandru Ramchandra
2019-01-22 15:11:26 +05:30
committed by mobile promotions
parent 89d5f40116
commit dbb014e34f
2 changed files with 1 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
*/
#include <linux/slab.h>
#include <nvgpu/linux/nvidia_p2p.h>
#include <linux/nv-p2p.h>
static void nvidia_p2p_mn_release(struct mmu_notifier *mn,
struct mm_struct *mm)