diff options
| -rw-r--r-- | drivers/char/agp/intel-agp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index b78d5c381efe..a34fc9fdfc53 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c | |||
| @@ -1816,8 +1816,6 @@ static int intel_845_configure(void) | |||
| 1816 | pci_write_config_byte(agp_bridge->dev, INTEL_I845_AGPM, temp2 | (1 << 1)); | 1816 | pci_write_config_byte(agp_bridge->dev, INTEL_I845_AGPM, temp2 | (1 << 1)); |
| 1817 | /* clear any possible error conditions */ | 1817 | /* clear any possible error conditions */ |
| 1818 | pci_write_config_word(agp_bridge->dev, INTEL_I845_ERRSTS, 0x001c); | 1818 | pci_write_config_word(agp_bridge->dev, INTEL_I845_ERRSTS, 0x001c); |
| 1819 | |||
| 1820 | intel_i830_setup_flush(); | ||
| 1821 | return 0; | 1819 | return 0; |
| 1822 | } | 1820 | } |
| 1823 | 1821 | ||
| @@ -2187,7 +2185,6 @@ static const struct agp_bridge_driver intel_845_driver = { | |||
| 2187 | .agp_destroy_page = agp_generic_destroy_page, | 2185 | .agp_destroy_page = agp_generic_destroy_page, |
| 2188 | .agp_destroy_pages = agp_generic_destroy_pages, | 2186 | .agp_destroy_pages = agp_generic_destroy_pages, |
| 2189 | .agp_type_to_mask_type = agp_generic_type_to_mask_type, | 2187 | .agp_type_to_mask_type = agp_generic_type_to_mask_type, |
| 2190 | .chipset_flush = intel_i830_chipset_flush, | ||
| 2191 | }; | 2188 | }; |
| 2192 | 2189 | ||
| 2193 | static const struct agp_bridge_driver intel_850_driver = { | 2190 | static const struct agp_bridge_driver intel_850_driver = { |
