commit | 92b9af9e4f144535c65aee673cfad309f25fa465 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Sat Feb 28 14:09:27 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Feb 28 14:22:44 2009 +0100 |
tree | e595675e24fba414396dd1efcef380bfa932beaa | |
parent | 778ef1e6cbb049c9bcbf405936ee6f2b6e451892 [diff] |
x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() Impact: build fix Theodore Ts reported that the i915 driver needs these symbols: ERROR: "pgprot_writecombine" [drivers/gpu/drm/i915/i915.ko] undefined! ERROR: "is_io_mapping_possible" [drivers/gpu/drm/i915/i915.ko] undefined! Reported-by: Theodore Ts'o <tytso@mit.edu> wrote: Signed-off-by: Ingo Molnar <mingo@elte.hu>