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
nexedi
linux
Commits
2f7fc60d
Commit
2f7fc60d
authored
Feb 02, 2005
by
Dave Airlie
Browse files
Options
Browse Files
Download
Plain Diff
Merge
bk://drm.bkbits.net/drm-linus
into starflyer.(none):/foo/airlied/bitkeeper/drm-latest
parents
f126deef
99826a0e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
drivers/char/drm/drm_memory.h
drivers/char/drm/drm_memory.h
+0
-2
drivers/char/drm/drm_sysfs.c
drivers/char/drm/drm_sysfs.c
+1
-1
No files found.
drivers/char/drm/drm_memory.h
View file @
2f7fc60d
...
@@ -57,8 +57,6 @@
...
@@ -57,8 +57,6 @@
# endif
# endif
#endif
#endif
#include <asm/tlbflush.h>
/*
/*
* Find the drm_map that covers the range [offset, offset+size).
* Find the drm_map that covers the range [offset, offset+size).
*/
*/
...
...
drivers/char/drm/drm_sysfs.c
View file @
2f7fc60d
...
@@ -32,7 +32,7 @@ struct simple_dev {
...
@@ -32,7 +32,7 @@ struct simple_dev {
#define to_simple_dev(d) container_of(d, struct simple_dev, class_dev)
#define to_simple_dev(d) container_of(d, struct simple_dev, class_dev)
static
LIST_HEAD
(
simple_dev_list
);
static
LIST_HEAD
(
simple_dev_list
);
static
spinlock_t
simple_dev_list_lock
=
SPIN_LOCK_UNLOCKED
;
static
DEFINE_SPINLOCK
(
simple_dev_list_lock
)
;
static
void
release_simple_dev
(
struct
class_device
*
class_dev
)
static
void
release_simple_dev
(
struct
class_device
*
class_dev
)
{
{
...
...
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