Skip to content

Commit

Permalink
agp/intel-gtt: remove dead code
Browse files Browse the repository at this point in the history
This is a leftover from the conversion of the i81x fake agp driver
over to the new intel-gtt code layoute.

Reviewed-by: Jani Nikula <jani.nikula@linux.intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
  • Loading branch information
Daniel Vetter committed Jun 12, 2012
1 parent 0b9f43a commit 9b990de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/char/agp/intel-gtt.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,9 +1556,6 @@ int intel_gmch_probe(struct pci_dev *pdev,
pci_set_consistent_dma_mask(intel_private.pcidev,
DMA_BIT_MASK(mask));

/*if (bridge->driver == &intel_810_driver)
return 1;*/

if (intel_gtt_init() != 0)
return 0;

Expand Down

0 comments on commit 9b990de

Please sign in to comment.