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
9f880dd8
Commit
9f880dd8
authored
Dec 30, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove old module crap.
parent
47789528
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
15 deletions
+0
-15
drivers/video/cfbcopyarea.c
drivers/video/cfbcopyarea.c
+0
-5
drivers/video/cfbfillrect.c
drivers/video/cfbfillrect.c
+0
-5
drivers/video/cfbimgblt.c
drivers/video/cfbimgblt.c
+0
-5
No files found.
drivers/video/cfbcopyarea.c
View file @
9f880dd8
...
...
@@ -400,11 +400,6 @@ void cfb_copyarea(struct fb_info *p, struct fb_copyarea *area)
}
}
#ifdef MODULE
int
init_module
(
void
)
{
return
0
;
};
void
cleanup_module
(
void
)
{};
#endif
EXPORT_SYMBOL
(
cfb_copyarea
);
MODULE_AUTHOR
(
"James Simmons <jsimmons@users.sf.net>"
);
...
...
drivers/video/cfbfillrect.c
View file @
9f880dd8
...
...
@@ -443,11 +443,6 @@ void cfb_fillrect(struct fb_info *p, struct fb_fillrect *rect)
}
}
#ifdef MODULE
int
init_module
(
void
)
{
return
0
;
};
void
cleanup_module
(
void
)
{};
#endif
EXPORT_SYMBOL
(
cfb_fillrect
);
MODULE_AUTHOR
(
"James Simmons <jsimmons@users.sf.net>"
);
...
...
drivers/video/cfbimgblt.c
View file @
9f880dd8
...
...
@@ -343,11 +343,6 @@ void cfb_imageblit(struct fb_info *p, struct fb_image *image)
color_imageblit
(
image
,
p
,
dst1
,
start_index
,
pitch_index
);
}
#ifdef MODULE
int
init_module
(
void
)
{
return
0
;
};
void
cleanup_module
(
void
)
{};
#endif
EXPORT_SYMBOL
(
cfb_imageblit
);
MODULE_AUTHOR
(
"James Simmons <jsimmons@users.sf.net>"
);
...
...
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