mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 09:57:08 +03:00
gpu: nvgpu: Move sysfs dependencies from HAL to Linux
Move sysfs dependencies from gk20a/ and gp10b/ to common/linux. At the same time the gk20a and gp10b variants are merged into one. JIRA NVGPU-48 Change-Id: I212be8f1beb8d20a57de04a57513e8fa0e2e83b4 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: https://git-master/r/1466055 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
52445fba1f
commit
8b3d94ffd3
@@ -31,8 +31,8 @@
|
||||
#include <nvgpu/enabled.h>
|
||||
#include <nvgpu/debug.h>
|
||||
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "gk20a/platform_gk20a.h"
|
||||
#include "sysfs.h"
|
||||
#include "vgpu/vgpu.h"
|
||||
#include "gk20a/gk20a_scale.h"
|
||||
#include "gk20a/ctxsw_trace_gk20a.h"
|
||||
@@ -985,7 +985,7 @@ static int __exit gk20a_remove(struct platform_device *pdev)
|
||||
|
||||
gk20a_debug_deinit(g);
|
||||
|
||||
gk20a_remove_sysfs(dev);
|
||||
nvgpu_remove_sysfs(dev);
|
||||
|
||||
if (platform->secure_buffer.destroy)
|
||||
platform->secure_buffer.destroy(g,
|
||||
|
||||
Reference in New Issue
Block a user