Added missing include "drm_lists.h".

i810 now working fine with new kernel module.
main
Keith Whitwell 2001-02-15 16:31:11 +00:00
parent f2f5bf6f5f
commit 1d30ac1140
2 changed files with 2 additions and 0 deletions

View File

@ -96,6 +96,7 @@
#include "drm_init.h"
#include "drm_ioctl.h"
#include "drm_lock.h"
#include "drm_lists.h" /* kw: added for i810_waitlist_destroy */
#include "drm_memory.h"
#include "drm_proc.h"
#include "drm_vm.h"

View File

@ -96,6 +96,7 @@
#include "drm_init.h"
#include "drm_ioctl.h"
#include "drm_lock.h"
#include "drm_lists.h" /* kw: added for i810_waitlist_destroy */
#include "drm_memory.h"
#include "drm_proc.h"
#include "drm_vm.h"