agp: brown paper bag patch - put back two lines that got lost

Commit 62c96b9d0917894c164aa3e474a3ff3bca1554ae ("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 <airlied@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Dave Airlie and committed by Linus Torvalds 9bedbcb2 3506ba7b

+2
+2
drivers/char/agp/intel-agp.c
··· 1959 1959 .size_type = FIXED_APER_SIZE, 1960 1960 .num_aperture_sizes = 4, 1961 1961 .needs_scratch_page = true, 1962 + .configure = intel_i915_configure, 1963 + .fetch_size = intel_i9xx_fetch_size, 1962 1964 .cleanup = intel_i915_cleanup, 1963 1965 .tlb_flush = intel_i810_tlbflush, 1964 1966 .mask_memory = intel_i965_mask_memory,