Commit 8c736c01 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Fixup 2.6.11.3 merge by hand.

parent 9de0077f
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 11
EXTRAVERSION = .3
EXTRAVERSION =
NAME=Woozy Numbat
# *DOCUMENTATION*
......
......@@ -328,8 +328,6 @@ int drm_setversion(DRM_IOCTL_ARGS)
memset(&version, 0, sizeof(version));
memset(&version, 0, sizeof(version));
dev->driver->version(&version);
retv.drm_di_major = DRM_IF_MAJOR;
retv.drm_di_minor = DRM_IF_MINOR;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment