summaryrefslogtreecommitdiff
path: root/drivers/char
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-08-25 12:33:06 +0200
committerIngo Molnar <mingo@elte.hu>2008-08-25 12:33:06 +0200
commit95512c929af9ea9116a7f257ad9a36d7806c706a (patch)
tree8fba6e82d1f662dd10187fe5fc7f41624dbec8a9 /drivers/char
parentabd33c126898d8532337f0f2b01416e62020ac3e (diff)
parentc09ff7e1744047be1043cb32453ef90b7f6b8451 (diff)
Merge branch 'x86/pat' into auto-x86-next
Diffstat (limited to 'drivers/char')
-rw-r--r--drivers/char/agp/uninorth-agp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/agp/uninorth-agp.c b/drivers/char/agp/uninorth-agp.c
index 2accc9744707..0f004b65ec03 100644
--- a/drivers/char/agp/uninorth-agp.c
+++ b/drivers/char/agp/uninorth-agp.c
@@ -538,7 +538,7 @@ const struct agp_bridge_driver u3_agp_driver = {
.agp_alloc_page = agp_generic_alloc_page,
.agp_alloc_pages = agp_generic_alloc_pages,
.agp_destroy_page = agp_generic_destroy_page,
- .agp_destroy_paged = agp_generic_destroy_pages,
+ .agp_destroy_pages = agp_generic_destroy_pages,
.agp_type_to_mask_type = agp_generic_type_to_mask_type,
.cant_use_aperture = true,
.needs_scratch_page = true,