On 04/17/13 16:03, akpm@linux-foundation.org wrote:
The mm-of-the-moment snapshot 2013-04-17-16-02 has been uploaded to
I saw this in linux-next a few days ago and forgot to post it.
When CONFIG_DEBUG_FS is not enabled:
drivers/gpu/drm/qxl/qxl_ttm.c:568:33: error: 'qxl_mm_dump_table' undeclared (first use in this function) drivers/gpu/drm/qxl/qxl_debugfs.c:76:2: error: implicit declaration of function 'drm_debugfs_create_files' [-Werror=implicit-function-declaration] drivers/gpu/drm/qxl/qxl_debugfs.c:84:2: error: implicit declaration of function 'drm_debugfs_remove_files' [-Werror=implicit-function-declaration]
On Wed, Apr 17, 2013 at 6:44 PM, Randy Dunlap rdunlap@infradead.org wrote:
On 04/17/13 16:03, akpm@linux-foundation.org wrote:
The mm-of-the-moment snapshot 2013-04-17-16-02 has been uploaded to
I saw this in linux-next a few days ago and forgot to post it.
When CONFIG_DEBUG_FS is not enabled:
just pushed a fix to my drm-next branch.
Thanks. Dave.
dri-devel@lists.freedesktop.org