commit | c09ff7e1744047be1043cb32453ef90b7f6b8451 | [log] [tgz] |
---|---|---|
author | Stephen Rothwell <sfr@canb.auug.org.au> | Mon Aug 25 20:22:21 2008 +1000 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Aug 25 12:28:33 2008 +0200 |
tree | 1e1aeefd3e04a85ffb641b7d27ed57937777e497 | |
parent | 01de05af94db5d5214b0a5e191068d19c82059a8 [diff] |
linux-next: fix x86 tree build failure Today's linux-next build (powerpc allyesconfig) failed like this: drivers/char/agp/uninorth-agp.c:541: error: unknown field 'agp_destroy_paged' specified in initializer Caused by commit 5f310b63781f6777bf4e812570560ec0f8ea42d8 ("agp: enable optimized agp_alloc_pages methods"). A simple typo ... Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Ingo Molnar <mingo@elte.hu>