Commit 6b5f0f06 authored by James Simmons's avatar James Simmons

Link in fix and cleanup plus a typo in pmagb-b-fb.h file.

parent a5900581
...@@ -130,8 +130,10 @@ struct font_desc *get_default_font(int xres, int yres) ...@@ -130,8 +130,10 @@ struct font_desc *get_default_font(int xres, int yres)
return g; return g;
} }
#ifdef MODULE
int init_module(void) { return 0; }; int init_module(void) { return 0; };
void cleanup_module(void) {}; void cleanup_module(void) {};
#endif
EXPORT_SYMBOL(fonts); EXPORT_SYMBOL(fonts);
EXPORT_SYMBOL(find_font); EXPORT_SYMBOL(find_font);
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* TurboChannel PMAGB-B framebuffer card support, * TurboChannel PMAGB-B framebuffer card support,
* Copyright (C) 1999, 2000, 2001 by * Copyright (C) 1999, 2000, 2001 by
* Michael Engel <engel@unix-ag.org> and * Michael Engel <engel@unix-ag.org> and
* Karsten Merker <merker@linxutag.org> * Karsten Merker <merker@linuxtag.org>
* This file is subject to the terms and conditions of the GNU General * 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 * Public License. See the file COPYING in the main directory of this
* archive for more details. * archive for more details.
......
...@@ -428,9 +428,7 @@ struct fb_info { ...@@ -428,9 +428,7 @@ struct fb_info {
#define fb_writeb __raw_writeb #define fb_writeb __raw_writeb
#define fb_writew __raw_writew #define fb_writew __raw_writew
#define fb_writel __raw_writel #define fb_writel __raw_writel
#if defined(__alpha__) || defined(__hppa__) || defined(__ia64__)
#define fb_writeq __raw_writeq #define fb_writeq __raw_writeq
#endif
#define fb_memset memset_io #define fb_memset memset_io
#else #else
......
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