Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
8c736c01
Commit
8c736c01
authored
Mar 13, 2005
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup 2.6.11.3 merge by hand.
parent
9de0077f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
Makefile
Makefile
+1
-1
drivers/char/drm/drm_ioctl.c
drivers/char/drm/drm_ioctl.c
+0
-2
No files found.
Makefile
View file @
8c736c01
VERSION
=
2
PATCHLEVEL
=
6
SUBLEVEL
=
11
EXTRAVERSION
=
.3
EXTRAVERSION
=
NAME
=
Woozy Numbat
# *DOCUMENTATION*
...
...
drivers/char/drm/drm_ioctl.c
View file @
8c736c01
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment