]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/gpu/drm/ast/ast_post.c
drm/ast: drop use of drmP.h
[linux.git] / drivers / gpu / drm / ast / ast_post.c
index f7d421359d564756ff86d78c64293e37eea74c7e..e1d9cdf6ec1dcc44987cbcf4a66352f004dc5bb6 100644 (file)
  * Authors: Dave Airlie <airlied@redhat.com>
  */
 
-#include <drm/drmP.h>
-#include "ast_drv.h"
+#include <linux/delay.h>
+#include <linux/pci.h>
+
+#include <drm/drm_print.h>
 
 #include "ast_dram_tables.h"
+#include "ast_drv.h"
 
 static void ast_post_chip_2300(struct drm_device *dev);
 static void ast_post_chip_2500(struct drm_device *dev);