Skip to content

Commit 9bedbcb

Browse files
airliedtorvalds
authored andcommitted
agp: brown paper bag patch - put back two lines that got lost
Commit 62c96b9 ("agp/intel: cleanup some serious whitespace badness") didn't just fix whitespace. It also lost two lines. Noticed by Linus. No more whitespace diffs for me. Signed-off-by: Dave Airlie <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 3506ba7 commit 9bedbcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/char/agp/intel-agp.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,6 +1959,8 @@ static const struct agp_bridge_driver intel_i965_driver = {
19591959
.size_type = FIXED_APER_SIZE,
19601960
.num_aperture_sizes = 4,
19611961
.needs_scratch_page = true,
1962+
.configure = intel_i915_configure,
1963+
.fetch_size = intel_i9xx_fetch_size,
19621964
.cleanup = intel_i915_cleanup,
19631965
.tlb_flush = intel_i810_tlbflush,
19641966
.mask_memory = intel_i965_mask_memory,

0 commit comments

Comments
 (0)