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
6b5f0f06
Commit
6b5f0f06
authored
Dec 29, 2002
by
James Simmons
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Link in fix and cleanup plus a typo in pmagb-b-fb.h file.
parent
a5900581
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
drivers/video/console/fonts.c
drivers/video/console/fonts.c
+2
-0
drivers/video/pmagb-b-fb.h
drivers/video/pmagb-b-fb.h
+1
-1
include/linux/fb.h
include/linux/fb.h
+0
-2
No files found.
drivers/video/console/fonts.c
View file @
6b5f0f06
...
...
@@ -130,8 +130,10 @@ struct font_desc *get_default_font(int xres, int yres)
return
g
;
}
#ifdef MODULE
int
init_module
(
void
)
{
return
0
;
};
void
cleanup_module
(
void
)
{};
#endif
EXPORT_SYMBOL
(
fonts
);
EXPORT_SYMBOL
(
find_font
);
...
...
drivers/video/pmagb-b-fb.h
View file @
6b5f0f06
...
...
@@ -4,7 +4,7 @@
* TurboChannel PMAGB-B framebuffer card support,
* Copyright (C) 1999, 2000, 2001 by
* Michael Engel <engel@unix-ag.org> and
* Karsten Merker <merker@lin
xu
tag.org>
* Karsten Merker <merker@lin
ux
tag.org>
* This file is subject to the terms and conditions of the GNU General
* Public License. See the file COPYING in the main directory of this
* archive for more details.
...
...
include/linux/fb.h
View file @
6b5f0f06
...
...
@@ -428,9 +428,7 @@ struct fb_info {
#define fb_writeb __raw_writeb
#define fb_writew __raw_writew
#define fb_writel __raw_writel
#if defined(__alpha__) || defined(__hppa__) || defined(__ia64__)
#define fb_writeq __raw_writeq
#endif
#define fb_memset memset_io
#else
...
...
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