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:
413541d
)
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>
Mon, 23 Dec 2013 00:32:58 +0000
(10:32 +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