drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.h

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Stephen Rothwell 2019-10-16 11:22:07 +11:00 committed by Alex Deucher
parent 4cd24494cc
commit 04379e9b04

View File

@ -20,7 +20,10 @@
* OTHER DEALINGS IN THE SOFTWARE.
*/
#include <drm/drmP.h>
#include <linux/device.h>
#include <drm/amd_asic_type.h>
#include "amdgpu.h"
#include "amdgpu_tmz.h"