Via driver: Add missing drm_poll function to via driver in core.

main
Thomas Hellstrom 2005-02-03 10:51:22 +00:00
parent 7f7bbdcbed
commit 270ca5f3ce
2 changed files with 3 additions and 2 deletions

View File

@ -98,6 +98,7 @@ static struct drm_driver driver = {
.release = drm_release,
.ioctl = drm_ioctl,
.mmap = drm_mmap,
.poll = drm_poll,
.fasync = drm_fasync,
},
.pci_driver = {

View File

@ -28,11 +28,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
#define DRIVER_DATE "20050127"
#define DRIVER_DATE "20050203"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 4
#define DRIVER_PATCHLEVEL 4
#define DRIVER_PATCHLEVEL 5
#include "via_verifier.h"