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
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 R
2019-01-03 15:55:25 +05:30
committed by mobile promotions
parent 9dde3548fd
commit cfe4a2e5e8
2 changed files with 1 additions and 1 deletions

View File

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