Commit 96c66042 authored by Sam Hansen's avatar Sam Hansen Committed by Greg Kroah-Hartman

staging: xgifb: pr_fmt kbuild macro

Added the kbuild macro pr_fmt() to XGI_main_26.c
Signed-off-by: default avatarSam Hansen <solid.se7en@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 7ad6651d
......@@ -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>
......
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