drivers, drm: fix qxl build error when debugfs is disabled
authorDavid Rientjes <rientjes@google.com>
Sun, 28 Apr 2013 21:09:25 +0000 (14:09 -0700)
committerDave Airlie <airlied@redhat.com>
Tue, 30 Apr 2013 00:00:27 +0000 (10:00 +1000)
commitcaaa0352c41f0e21b48b902894ae8e585435587d
tree68e0a9a453da738beed191d97e5915f979d83776
parent8e9c40382fb820c3f002928ccc7d9fdbf33ef975
drivers, drm: fix qxl build error when debugfs is disabled

Fix build error when CONFIG_DEBUG_FS is disabled:

drivers/gpu/drm/qxl/qxl_debugfs.c: In function 'qxl_debugfs_init':
drivers/gpu/drm/qxl/qxl_debugfs.c:76:2: error: implicit declaration of function 'drm_debugfs_create_files'
drivers/gpu/drm/qxl/qxl_debugfs.c: In function 'qxl_debugfs_takedown':
drivers/gpu/drm/qxl/qxl_debugfs.c:84:2: error: implicit declaration of function 'drm_debugfs_remove_files'

Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/qxl/qxl_debugfs.c