diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-04-14 00:29:51 +0200 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-04-18 17:33:02 -0700 |
commit | ff7cdd691a0c4925c1803bf89a4c08ccda2d7658 (patch) | |
tree | c7b75e82565e3958542b87012514f04f8ee72ea0 /drivers/char/agp/efficeon-agp.c | |
parent | 6e0032f0ae4440e75256bee11b163552cae21962 (diff) | |
download | linux-ff7cdd691a0c4925c1803bf89a4c08ccda2d7658.tar.gz linux-ff7cdd691a0c4925c1803bf89a4c08ccda2d7658.tar.bz2 linux-ff7cdd691a0c4925c1803bf89a4c08ccda2d7658.zip |
agp/intel: introduce intel-agp.h header file
Intel definitions have spilled into agp.h. Create a header file for
them and also include it in efficion-agp.c 'cause it needs a few of
them.
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'drivers/char/agp/efficeon-agp.c')
-rw-r--r-- | drivers/char/agp/efficeon-agp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/agp/efficeon-agp.c b/drivers/char/agp/efficeon-agp.c index 793f39ea9618..aa109cbe0e6e 100644 --- a/drivers/char/agp/efficeon-agp.c +++ b/drivers/char/agp/efficeon-agp.c @@ -28,6 +28,7 @@ #include <linux/page-flags.h> #include <linux/mm.h> #include "agp.h" +#include "intel-agp.h" /* * The real differences to the generic AGP code is |