]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: fix qxl missing crc32_le
authorRandy Dunlap <rdunlap@infradead.org>
Fri, 20 Dec 2013 18:58:15 +0000 (10:58 -0800)
committerDave Airlie <airlied@redhat.com>
Tue, 14 Jan 2014 03:08:37 +0000 (13:08 +1000)
commit3683a2f6b46473ae3ab3bf6dfec1f836d38bba7e
treee0b00467f3938c8bbac6c50918cd7715ea482f06
parent5bd252b18e95808655326cc6706cd9702e8b6a77
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>
drivers/gpu/drm/qxl/Kconfig
drivers/gpu/drm/qxl/qxl_display.c