Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/radeon: Don't use relative paths in #include

Signed-off-by: Oded Gabbay <oded.gabbay@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

+2 -2
+1 -1
drivers/gpu/drm/radeon/Makefile
··· 2 2 # Makefile for the drm device driver. This driver provides support for the 3 3 # Direct Rendering Infrastructure (DRI) in XFree86 4.1.0 and higher. 4 4 5 - ccflags-y := -Iinclude/drm 5 + ccflags-y := -Iinclude/drm -Idrivers/gpu/drm/amd/include 6 6 7 7 hostprogs-y := mkregtable 8 8 clean-files := rn50_reg_safe.h r100_reg_safe.h r200_reg_safe.h rv515_reg_safe.h r300_reg_safe.h r420_reg_safe.h rs600_reg_safe.h r600_reg_safe.h evergreen_reg_safe.h cayman_reg_safe.h
+1 -1
drivers/gpu/drm/radeon/radeon_kfd.h
··· 29 29 #define RADEON_KFD_H_INCLUDED 30 30 31 31 #include <linux/types.h> 32 - #include "../amd/include/kgd_kfd_interface.h" 32 + #include "kgd_kfd_interface.h" 33 33 34 34 struct radeon_device; 35 35