commit | 488574dbc47e0f570330c8c2b56ae299c28ade14 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <rdunlap@infradead.org> | Fri Dec 20 10:58:15 2013 -0800 |
committer | Dave Airlie <airlied@redhat.com> | Mon Dec 23 10:32:58 2013 +1000 |
tree | 35f6165b4a85760888afec8df640676648739ccb | |
parent | 413541dd66d51f791a0b169d9b9014e4f56be13c [diff] |
gpu: fix qxl missing crc32_le 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>