drm/vgaarb: add VGA arbitration support to the drm and kms.
[safe/jmp/linux-2.6] / include / drm / drm_hashtab.h
index cd2b189..0af087a 100644 (file)
@@ -35,6 +35,8 @@
 #ifndef DRM_HASHTAB_H
 #define DRM_HASHTAB_H
 
+#include <linux/list.h>
+
 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member)
 
 struct drm_hash_item {