]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
drm/amd: drop use of drmP.h in powerplay/
authorSam Ravnborg <sam@ravnborg.org>
Sun, 9 Jun 2019 22:07:54 +0000 (00:07 +0200)
committerSam Ravnborg <sam@ravnborg.org>
Mon, 10 Jun 2019 21:00:14 +0000 (23:00 +0200)
Delete the only include of drmP.h in powerplay/.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Cc: "Christian König" <christian.koenig@amd.com>
Cc: "David (ChunMing) Zhou" <David1.Zhou@amd.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Daniel Vetter <daniel@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190609220757.10862-8-sam@ravnborg.org
drivers/gpu/drm/amd/powerplay/amdgpu_smu.c

index eec329ab6037039d2a5853e0c914b5f48284b278..a4c9d9267f8e3f3915c21ce823c93e33028aff29 100644 (file)
@@ -20,9 +20,9 @@
  * OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#include "pp_debug.h"
 #include <linux/firmware.h>
-#include <drm/drmP.h>
+
+#include "pp_debug.h"
 #include "amdgpu.h"
 #include "amdgpu_smu.h"
 #include "soc15_common.h"