diff options
author | Tony Luck <tony.luck@intel.com> | 2005-10-28 20:15:08 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2005-10-28 20:15:08 +0200 |
commit | 0d9136fdbcdbddcd4eb5ac94c248c039193d4795 (patch) | |
tree | 2e914c8afe019302199b5d807114e5b15835dc90 /drivers/char | |
parent | Pull altix-fpga-reset into release branch (diff) | |
parent | [IA64] Need to include <asm/sn/io.h> in a few more places. (diff) | |
download | linux-0d9136fdbcdbddcd4eb5ac94c248c039193d4795.tar.xz linux-0d9136fdbcdbddcd4eb5ac94c248c039193d4795.zip |
Pull altix-mmr into release branch
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/agp/sgi-agp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/agp/sgi-agp.c b/drivers/char/agp/sgi-agp.c index d3aa159c9dec..7957fc91f6ad 100644 --- a/drivers/char/agp/sgi-agp.c +++ b/drivers/char/agp/sgi-agp.c @@ -17,6 +17,7 @@ #include <linux/init.h> #include <linux/agp_backend.h> #include <asm/sn/addrs.h> +#include <asm/sn/io.h> #include <asm/sn/pcidev.h> #include <asm/sn/pcibus_provider_defs.h> #include <asm/sn/tioca_provider.h> |