git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1302b23
)
gpu: fix qxl missing crc32_le
author
Randy Dunlap
<rdunlap@infradead.org>
Fri, 20 Dec 2013 18:58:15 +0000
(10:58 -0800)
committer
Dave Airlie
<airlied@redhat.com>
Tue, 14 Jan 2014 03:08:37 +0000
(13:08 +1000)
Fix build error: qxl uses crc32 functions so it needs to select
CRC32.
Also use angle quotes around a kernel header file name.
drivers/built-in.o: In function `qxl_display_read_client_monitors_config':
(.text+0x19d754): undefined reference to `crc32_le'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
No differences found