Commit 7693c69c authored by Dave Jones's avatar Dave Jones Committed by Dave Jones

[AGPGART] Fix missing/bogus includes.

parent c2d9e81f
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
* work is done in the northbridge(s). * work is done in the northbridge(s).
*/ */
#include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/init.h> #include <linux/init.h>
......
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
* TODO: * TODO:
* - Allocate more than order 0 pages to avoid too much linear map splitting. * - Allocate more than order 0 pages to avoid too much linear map splitting.
*/ */
#include <linux/config.h>
#include <linux/module.h> #include <linux/module.h>
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/init.h> #include <linux/init.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment