staging: xgifb: pr_fmt kbuild macro

Added the kbuild macro pr_fmt() to XGI_main_26.c

Signed-off-by: Sam Hansen <solid.se7en@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sam Hansen 2012-01-22 00:48:25 -08:00 committed by Greg Kroah-Hartman
parent 7ad6651d78
commit 96c66042be

View File

@ -4,6 +4,8 @@
* Base on TW's sis fbdev code.
*/
#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
/* #include <linux/config.h> */
#include <linux/module.h>
#include <linux/moduleparam.h>