diff options
| author | Jammy Zhou <[email protected]> | 2015-07-22 03:29:01 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2015-08-17 20:50:21 +0000 |
| commit | 2f7d10b393c83acd3eedc3d6ab94dce29ac6a890 (patch) | |
| tree | dc13e4604dc31f280f0593123e29450460969fa5 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h | |
| parent | drm/amdgpu: add some pptable definitions (diff) | |
| download | kernel-2f7d10b393c83acd3eedc3d6ab94dce29ac6a890.tar.gz kernel-2f7d10b393c83acd3eedc3d6ab94dce29ac6a890.zip | |
drm/amdgpu: merge amdgpu_family.h into amd_shared.h (v2)
Make the definitions common for all driver components
v2: fix kfd
Signed-off-by: Jammy Zhou <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h index cceeb33c447a..e3a4f7048042 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.h @@ -31,7 +31,7 @@ #include <linux/firmware.h> #include <linux/platform_device.h> -#include "amdgpu_family.h" +#include "amd_shared.h" /* General customization: */ |
